Answers for "vscode go to line"

10

vs code copy a link down

On Windows: Shift + Alt + Up/Down.
On Mac: Shift + Option + Up/Down.
On Ubuntu: Ctrl + Shift + Alt + Up/Down.
Posted by: Guest on July-13-2020
1

quick fix shortcut vscode

On Windows, use the Ctrl + . keys. Then just select the Quick Fix suggestion that you want to apply to your code
Posted by: Guest on October-13-2020
0

vs code switch file

Ctrl + Page Up
Ctrl + Page Down

Alt + 1
Alt + 2
Alt + 3
...

Ctrl + Tab
Posted by: Guest on June-23-2020
0

vs code open file shortcut

To open a file:
  1. press ctrl + p
  2. enter filename
  3. To go to line append ":10"
  4. To go to function append "@foo"
Posted by: Guest on December-17-2020
0

go to line vscode

ctrl + g
Posted by: Guest on June-05-2020

Browse Popular Code Answers by Language