I'm trying out visual studio
code editor with html
, css
, and javascript
. I noticed when typing any styles or scripts in the head of the html, autocomplete is failing.
Is anyone else noticing this or did I miss something?
I'm trying out visual studio
code editor with html
, css
, and javascript
. I noticed when typing any styles or scripts in the head of the html, autocomplete is failing.
Is anyone else noticing this or did I miss something?
If you are using Visual Studio Code then read here.
If your using "regular" VS then most likely you're missing the Microsoft Web Developer Tools to your visual studio installation.
One way to add it is to go to programs and features on your OS and click on repair your visual studio installation. Then on the "Optional features to install" dialog, check the "Microsoft Web Developer Tools" option and complete the repair.