DocsIDE & Review
View as Markdown

Command Palette

Quick access to files and commands with Cmd+P

Quick Open#

Press Cmd+P to open Quick Open and instantly jump to any file in your project.

Features#

  • Fuzzy Search - Type any part of the filename
  • Path Matching - Include folder names to narrow results
  • Recent Files - Recently opened files appear first
  • Instant Preview - See file contents as you navigate

Tips#

  • Type src/app to find files in the src/app directory
  • Results are sorted by relevance and recency
  • Press Enter to open, Esc to cancel

Command Palette#

Press Cmd+Shift+P to open the Command Palette and access all available commands.

Available Commands#

  • View commands - Toggle panels, change layout
  • Editor commands - Format, fold, navigate
  • Git commands - Commit, push, pull, branch
  • Settings - Quick access to preferences

Searching Commands#

  • Type any part of the command name
  • Commands show their keyboard shortcuts
  • Recently used commands appear higher

Keyboard Reference#

ActionShortcut
Quick Open (files)Cmd+P
Command PaletteCmd+Shift+P
Go to LineCtrl+G
Go to SymbolCmd+Shift+O