Is there any way to use components or HTML completion in Visual Studio Code? Because typing each letter manually is not good idea when we have classes like Bootstrap etc. Fo
It took me two steps to get auto-closing tags in JSX.
"emmet.includeLanguages"
formulahendry.auto-close-tag
And now you have nice auto-closing JSX tags!