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

Solution Folder Support for RCLs #19

Open WayneWinter opened 1 year ago

WayneWinter commented 1 year ago

Great work, just one problem I had a structure for my project with a LIB solution folder and I place all my RCL there, it wasn't until I moved the RCL to the solution itself and deleted the solution folder that the extension worked and I could see the RCL classes.

richardaubin commented 6 months ago

Same issue observed here. I had client blazor projects within a solution folder, and had to move them to the root in order for the css classes to get picked up.