- In VS Code, open any source folder and navigate to Settings: Ctrl +, on Windows
- Go to the Workspace Settings tab.
- Select Emmet from the Extensions selection on the left sidebar.
- Select "Edit in settings.json"
- In the newly opened settings.json file, add the following lines.
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
Emmet should now be enabled in all.js files!
Top comments (0)