Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dotnet Solution Tree/ExplorerNew to Visual Studio Code? Get it now.
Dotnet Solution Tree/Explorer

Dotnet Solution Tree/Explorer

Raj Uppadhyay

|
73 installs
| (0) | Free
A VS Code extension to show solution structure as a tree
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dotnet Solution Tree

This extension provides a tree view of your .NET solution, showing projects, classes, and methods. You can click on any item to navigate to its location in the code. Main Aim of this extension to bring the same developer experience while navigating to solutions/projects/classes and methods to find them in Solution expolerer and then easily navigate to the files/code.

Features

  • Displays a tree view of your .NET solution.
  • Shows projects, classes, and methods.
  • Click on any item to navigate to its location in the code.
  • Icons for projects, classes, and methods for better visualization.

Requirements

  • Visual Studio Code
  • .NET SDK installed

Extension Settings

This extension does not contribute any settings.

How to use the extension

Using COmmand Pallete

  • Open your folder containing Dotnet solution or project
  • Open VS Code command palette [Shift + Command + P (Mac) / Ctrl + Shift + P (Windows/Linux)]
  • Search for "Show Solution Structure"
  • Then click on the Command

Using Extention Window/ Left Hand Extension Panel

  • Open your folder containing Dotnet solution or project
  • Look for the Extension "Dotnet Solution Tree/Explorer"
  • First click on the extension icon (as shown with #1 in image below)
  • Then click on the refresh button on the top to refresh/get the solution view of the opened dotnet project/soution Extension View

After following any of the steps above, you will be able to view the Solution/Project structure in the window as showing below Solution/Project View

As showin above

  1. Clicking on Project name, will open the Project file
  2. Clciking on the Class Name, will open the class file
  3. Clicking on the Method name under any class will open the class file and navigate to the selected method

Known Issues

No known issues at this time.

Release Notes

1.0.0

Initial release of dotnet-solution-tree

1.0.1

Updated documentation and Avoided including the class files under bin or obj folders

1.0.2

Separated the Extension view with custom icons and enhanced documentations with screenshots.


Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft