I want to access solutions explorer and Team explorer on my VS Code but the option is not there. I know I have to: View > Solution Explorer, or by pressing Ctrl+Alt+L but it does not work.
Can you please help?
Screenshot of my VS Code:
As far as I know, "solution explorer" and "team explorer" are Visual Studio features / concepts and not Visual Studio Code features / concepts. Visual Studio and Visual Studio Code are not the same.
That said,
The Explorer panel for VS Code ( /
View: Show Explorer
) is analogous to Visual Studio's Solution Explorer, except that it only supports viewing the files in their layout in the filesystem.
There is at least one Solution Explorer extension on the VS Code marketplace: fernandoescolar.vscode-solution-explorer
(I have no affiliation with this extension).
The C# Dev Kit extension has a Solution Explorer feature (run .NET: Open Solution
in the command palette).
The Source Control panel in VS Code ( /
View: Show Source Control
) is analogous to Visual Studio's Teams Explorer, and you can get more git-related features by instaling related extensions such as gitlens.