Useful Keyboard Shortcuts in VSCode Note: The shortcuts may differ in osx. Editor Copy (selected) text: Ctrl+C Pase text: Ctrl+V Cut text: Ctrl+X Copy and paste current line to Up/Below: Shift+Alt+(Down/Up) Delete current line: Ctrl+Shift+K Search in File: Ctrl+F Search and Replace in File: Ctrl+H Replace one finding: Enter Replace all findings: Ctrl+Alt+Enter Fold All: Ctrl+K, Ctrl+0 Unfold All: Ctrl+K, Ctrl+J Fold Level (x=1-9): Ctrl+K, Ctrl+x Format Document: Ctrl+Alt+F Go Back: Alt+LeftArrow Go Forward: Alt+RightArrow Quick Fix: Ctrl+. Go To Definition: F12 Terminal Create new terminal instance: Ctrl+Shift+C Workspace Open File: Ctrl+O Open Folder: Ctrl+K, Ctrl+O Tasks, Debug and more Get Build Tasks: Ctrl+Shift+B Run launch (debug) config: F5 Show all Commands: F1