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

Strange isolated css context issue #6

Closed kevin-mueller closed 2 years ago

kevin-mueller commented 2 years ago

When typing the entire <class=""> attribute, the suggestion shows only the isolated classes. When setting the cursor in between of an "" of an existing <class=""> attribute, all suggestion (including the isolated ones) are shown.

AMUCOMO commented 2 years ago

After a quick test, it seems fixed. Thanks.