I canβt live without a full answer, so I found out the following:
Without a direct keyboard shortcut:
- Open the command palette with Cmd - Shift - P (or Cmd + P , then > ) and type
Files: Reveal Active File in Side Bar . - This shows the active file in the sidebar, similar to Visual Studio Alt + Shift + L
Then take the above and match the keyboard shortcut:
- Open the keyboard shortcut settings file with Cmd - Shift - P and then
Preferences: Open Keyboard Preferences File . - Add the following (guided by Visual Studio, I personally matched it with Alt + Shift + L , but map to what you want).
Please note that it is not as good as Visual Studio, Atom, etc., since you cannot then navigate using the arrow keys in the tree (arrow keys move through the contents of the active file), but I assume that in the end Iβll figure out how to do it.
source share