kevin-mueller / HtmlCssClassCompletion

A Visual Studio 2022 extension, that improvies the exisiting intellisense of css classes for html-like languages.
MIT License
38 stars 3 forks source link

Does this extension override the default extension in VS2022? #16

Closed rlebowitz closed 1 year ago

rlebowitz commented 1 year ago

I have recently started working with Tailwind and thought it would be useful to have an extension that could display the various class names and a short description of their functionality. Does your extension override the default one used in VS2022, or could you have multiple extensions which display CSS classes from various sources?

Yours is the only example I've found that shows how to build an extension of this sort; kudos on the work you've done.

kevin-mueller commented 1 year ago

The default intellisense of VS still works, if thats what you mean. This Extension only replaces the intellisense when you are in a class= context. :)