dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.85k stars 669 forks source link

Group Nuget Files Under Nuget Directory in Solution Explorer #7166

Closed adnanalbeda closed 3 months ago

adnanalbeda commented 4 months ago

Is your feature request related to a problem? Please describe.

I have a project depending on QuestPDF nuget package, and it has many font files. They are taking a huge space in solution explorer and make the explorer looks ugly.

Describe the solution you would like

Group all of Nuget files under Nuget Folder then sub folders per Nuget Package same way as VS Solution Explorer, so it looks like this:

Explorer: Solution
|_ Project
| |_ Dependencies
| | |_ Nuget Packages
| | | |_ QuestPDF
| | | | |_ ...

and don't show these files in all other depending projects.

Applicable Scenarios

Solutions loaded and browsed by solution explorer panel.

Describe alternatives you've considered

N/A

Additional context

Current Behavior: Screenshot_Panel

dibarbet commented 3 months ago

Solution explorer is owned on the C# Dev Kit side, please use this issue for tracking: https://github.com/microsoft/vscode-dotnettools/issues/1215