fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
348 stars 73 forks source link

Include In Project/Exclude From Project #287

Closed AhmedRabeeMoahmed closed 1 year ago

AhmedRabeeMoahmed commented 1 year ago

This extention is excellent. However, there are a couple of functionalities that I really miss, the "Include In Project" and "Exclude From Project" features.

I have a .Net Core solution with various projects such as APIs, Models, and more. One of these projects is a native Angular project that isn't part a .NET Core project. It would be incredibly helpful if I could easily include all the files within a folder and its subfolders in the solution file, as well as have the ability to exclude them when needed.

Thanks