Html Css Class CompletionThe existing HTML intellisense for Visual Studio has a lot of limitations. It only works if your project is a web-based project, and does not support razor class libraries. It only scans for .css files in the wwwroot directory, and it doesn't support anything fancy like the relatively new isolated CSS feature for razor components. Likewise, it also completely ignores any referenced projects and/or nuget packages. This extension fixes all that, by improving the existing HTML/Razor Intellisense with the following features:
If you add new css files, you can re-scan all files by using Tools -> Scan all Projects for CSS Classes. The scanning also happens automatically every time you save a .css or .html file. This behavior can be controlled in the options. Have an idea for a feature or found a bug? Feel free to submit an issue here: https://github.com/kevin-mueller/HtmlCssClassCompletion |