0

When I use use PeekDefinition keyboard shortcut a window is opened with a code preview on the left side and list of occurrences on the right side (typical PeekView).

Now the list on right has the focus. How to move it to the code preview without mouse so I could scroll it and edit it with my keyboard.

(I am using vim emulation)

gelen
  • 3
  • 1

1 Answers1

0

For me, on Windows with VSCode 1.37.1, Shift+Tab moves from the right-hand pane of peek view (list of files) to the left-hand pane (peeked source code).

It doesn't seem to be an ordinary, customizable key binding though. In my keyboard settings, several things are bound to Shift+Tab (depending on context), but none correspond to this behavior. So I don't know where it comes from or if it can be changed.

Also, there seems to be no way to go back to the right-hand pane, other than by closing the peek view entirely with Esc and re-opening it again.

Scott McPeak
  • 8,803
  • 2
  • 40
  • 79