fernandoescolar / vscode-solution-explorer

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

Reveal file in solution #244

Closed badsyntax closed 1 year ago

badsyntax commented 1 year ago

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

When I use cmd+p to select a file, the file is not shown in the solution explorer, and there's no option to "Reveal file in solution explorer"

Describe the solution you'd like

Whenever I select a file, I'd like the file to be highlighted in the solution explorer. Alternatively, I'd like a command (like a file context menu option) to be able to "Reveal in solution explorer"

Additional context

Auto-revealing a file in the solution explorer is the default behaviour on VS on Mac.

fernandoescolar commented 1 year ago

The command name is "Solution Explorer: Select Active Document"

select-active-item