Something is wrong with Emmet in Visual Studio Code

前端 未结 4 1914
再見小時候
再見小時候 2021-02-05 11:54

After the last update, Emmet is working in some different (incorrect) way.

If I\'m typing usual code in Emmet syntax like:

.row>.col*2

4条回答
  •  不知归路
    2021-02-05 12:37

    As of version 1.15.1 this worked for me:

    Open up your preferences and add in

    "emmet.triggerExpansionOnTab": true

    It seems Tab is no longer associated with Emmet.

    If you are on v1.33.0 or newer, you can also open up the preferences and type in something like trigger expansion and it's just a simple toggle now. Of course, you can still do the above in the settings.json file as well.

提交回复
热议问题