DEV Community

Toolloom
Toolloom

Posted on • Originally published at toolloom.com on

Mastering VS Code's Command Palette

Stop clicking through folders! The fastest way to jump between files in VS Code is using Ctrl+P (or Cmd+P on Mac). This opens the Quick Open dialog, allowing you to type fuzzy names of files for instant filtering. Even better, precede your search with > to access the Command Palette directly, letting you run any command (like changing themes or installing extensions) without ever lifting your hands off the keyboard. It's a massive productivity booster once it becomes muscle memory.

Top comments (0)