visual-studio-codekeyboard-shortcuts

How can I open the breadcrumbs dropdown using only the keyboard in VS Code?


In VS Code, Is there a way to open up the file selector dropdown, i.e. this: dropdown_example

with just the keyboard- such that I will be able to use the arrow keys + enter to switch files?


Solution

  • You can use the following commands (in the command palette, or use the corresponding keybinding):

    Corresponding source code (ctrl+f for "register2").