Code Editors: VS Code

Download

Turn off Copilot and other AI

VS Code will try to install Copilot and show chat / ghost-text prompts. To turn that off for every project, see Turn Off Editor AI. You can run:

python3 toggle-editor-ai.py off

Useful Extensions

Keyboard Shortcuts

Cheatsheet

Windows Mac
Configure Settings CTRL+, CMD+,
Show / Hide Terminal CTRL+` (backtick) CTRL+` (backtick)
Command Palette CTRL+SHIFT+P CMD+SHIFT+P
Quick Open CTRL+P CMD+P
Toggle Sidebar CTRL+B CMD+B
Multiselect Cursor CTRL+D CMD+D
Copy Line SHIFT+ALT+UP or SHIFT+ALT+DOWN OPT+SHIFT+UP or OPT+SHIFT+DOWN
Comment Code CTRL+/ CMD+/
Find / Global Find CTRL+F SHIFT+CTRL+F CMD+F SHIFT+CMD+Fs

Keyboard shortcut references

UNC Asheville Department of Computer Science