Search code examples
visual-studio-codekeyboard-shortcuts

What is the keyboard shortcut for jumping into search results in Visual Studio Code (mac os)?


I use CMD + SHIFT + F to go search something on VSCode. Now, after typing my search phrase, how can I jump into the search results using keyboard shortcut? The only way I know is to use TAB, but I have to press it many times before the focus reaches the actual search list. If there's a quicker way to go to the search results via keyboard, that would be awesome.

Screenshot


Solution

  • I found the answer while looking at the Keyboard Shortcuts in settings. The shortcut is F4 (to go forward) and Shift + F4 (to go backward) to navigate between the results.

    Screenshot