DEV Community

0xkoji
0xkoji

Posted on

Enable to Use Emmet with Tab on VSCode

At some point, I lost the functionality that allows me to use Emmet with the Tab key.

Enable to use Emmet with Tab key

Preference > Settings
Search emmet > Edit in setting.json

Add the following line.

"emmet.triggerExpansionOnTab": true,
Enter fullscreen mode Exit fullscreen mode

Top comments (0)