htmlvisual-studio-codeautocompleteemmet

emmet vscode does not prompt the names of html classes that are already in the html file


I used VS Code and remember emmet prompted me with class names to complete. Now it doesn't work. I've tried all the plugins, all the settings, but nothing helps.

I want vscode to show the names of the classes that are already in this html file. no from html to css or from css to html. i need html to html

When I enter a point it gives me:

enter image description here

I want emmet in VS Code give it:

enter image description here

plugin IntelliSense for CSS class names in HTML and html-css-class-completion.enableEmmetSupport and other plugins.


Solution

  • I found a solution to my problem is the plugin SCSS Everywhere!it does exactly what I wanted. but it has one small problem to show the new classes you need to when you write the name of the class to remove one character so it displays a new class that would be added earlier