Published
- 1 min read
enable emmet vscode react
The solution for this is noted below
enable emmet vscode react
Solution
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"typescript": "typescriptreact"
}
Try other methods by searching on the site. That is if this doesn’t work