Is there a way to shorten the process of moving the cursor to a specific line in a file using the Go to Line
feature in Visual Studio Code? Currently, the process involves pressing Ctrl + G, typing the line number in the input box, and pressing Enter. Is there a quicker way to do this, perhaps using a different keybinding or a command palette command?
Asked
Active
Viewed 43 times
0
-
`command palette command` requires 3 keys (Ctrl+Shift+P) and some of the command characters, use a Function key that has a keybind you don't use – rioV8 Jan 09 '23 at 21:43