Launch debugger with selected configuration
Quickly access all commands in VS Code
Automatically format your code
Step through code while debugging
F10 (Step Over) | F11 (Step Into) | Shift + F11 (Step Out)
Control code execution step by step during a debugging session.
Step Over
F10
Step Into
F11
Step Out
Shift + F11
Open or close the integrated terminal
Open a new editor side by side
Add multiple cursors for simultaneous editing