Daily Software Tips & Tricks

Bite-sized knowledge to improve your coding skills daily.

Mastering VS Code's Command Palette

February 7, 2026

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.