VSCODE Shortcuts
Trigger Suggest
Shortcut: ctrl + space
Format Document
Shortcut: shift + alt + F
Quick Fix menu
Shortcut: ctrl + .
Move line up/down
Shortcut: alt + up/down
Go to Next Error or Warning
Shortcut: F8
Select all occurrences of current word
Shortcut: ctrl + F2
Select next value searched
Shortcut: ctrl + D
rename all values selected
Shortcut: F2 selected code
go to declaration
Shortcut: F12
Remove selected line
Shortcut: ctrl + shift + k
toggle comment
Shortcut: ctrl + ;