VSCode
Keyboard is Faster the Mouse
Shortcut
Explnation
Ctrl+P
Open the Command Pallete
Ctrl+P+ >
open the execute
Ctrl+P + @
List all variable and object in the file
Ctrl+Shitf +.
List all variable and object in the file
Ctrl+Shift + #
to find name of symbol across directory ,
type class name in camel case to search class name or function Name ie (#NAR for NextApiRequest)
Ctrl+P+ : 3
Line number to jump too
Ctrl+G
Line number to to go to ie :122
Ctrl+ arrowkeys
to move cursor word by word
Ctrl+D
select all match with selected string and Multiline Edit
Alt+ click
multiple cursor typing
Alt+arrow keys
To move the piece of code up or down
Alt+Shift+arrow to copy
to copy in multiple lines
ctrl+/
to comment the line again to uncomment
Ctrl+`
To open Terminal
Ctrl+K
to clear terminal
Extensions
Autocomplete Ending tag for HTML
Open Remote Repositories
Remote SSH
Remote Containers
Last updated
Was this helpful?