kevin-mueller / HtmlCssClassCompletion

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

Extension doesn't work at all #8

Closed silverferrum closed 2 years ago

silverferrum commented 2 years ago

I'm lucky to get this popup open after starting to rescan. image

Visual Studio 2022 Community Blazor Project

kevin-mueller commented 2 years ago

Very strange. Not sure what causes this. Do you have any special characters in the path to either your project, or your default NuGet folder? (where your NuGet packages are installed to).

I think it's because of that, as this error message generally occurs when creating a new FileInfo object with an invald path in its constructor. @silverferrum

silverferrum commented 2 years ago

I've made *.css search in my solution folder

image

Seems there is nothing extraordinary with file names or with paths.

But with a clean project, it works fine.

Maybe you just will skip a file instead of throwing an error?

kevin-mueller commented 2 years ago

@silverferrum Please download the latest version. I hope it fixes it for you. https://github.com/kevin-mueller/HtmlCssClassCompletion/releases/tag/1.12

(Or simply download/update from the marketplace)

silverferrum commented 2 years ago

It didn't help :( An error hasn't been shown. @kevin-mueller maybe you could make debug version for me with extended error details?

kevin-mueller commented 2 years ago

@silverferrum You can try to debugg it yourself. Just select the "Visual Studio Extension Development" option in the Visual Studio Installer and you should be able to just start the project once you've cloned it.

silverferrum commented 2 years ago

Okay