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
I was working on various projects and I have a big settings file.
I checked settings and found out that this settings was ruining that all.
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly"
So I commented it. And everyhting works perfectly in React Apps. Thanks