VSCode Configurations The configuration below should be added on your vscode's settings.json. // Emmet "emmet.syntaxProfiles": { "javascript": "jsx" }, "emmet.includeLanguages": { "javascript": "javascriptreact" }