Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut key to jump to "files to include" input in Find In Files

I use the keyboard shortcut for Find in Files (CtrlShift+F), and use other hotkeys, like Alt+R to toggle regex matching on/off (though I wish they'd used the same shortcuts as Visual Studio!

In Visual Studio you can jump to the File Types input with Alt+T, but I can't figure out a way to do it in VS Code, I have to resort to pressing Tab 5 times. Anyone know the keyboard shortcut to jump directly to that input?

like image 319
UnionP Avatar asked Aug 30 '17 20:08

UnionP


People also ask

What is the shortcut key for finding a file?

Press Ctrl+F, and then type your search words.

How do you navigate between files and codes?

VS Code provides two powerful commands to navigate in and across files with easy-to-use key bindings. Hold Ctrl and press Tab to view a list of all files open in an editor group. To open one of these files, use Tab again to pick the file you want to navigate to, then release Ctrl to open it.

What is the keyboard shortcut for copying of files ____?

Alternatively referred to as Control+C, ^c, and C-c, Ctrl+C is a keyboard shortcut used to copy highlighted text or other object to the clipboard in a graphical user environment. On Apple computers, the keyboard shortcut to copy is Command + C .


1 Answers

New answer: Up/down arrows now navigate the history of each search field. You can use cmd+up/down to switch between the inputs.

Original answer: You can use the up/down arrows to switch between these inputs.

like image 147
Rob Lourens Avatar answered Oct 20 '22 09:10

Rob Lourens