Documentation
Editors
Web
Command Palette

Command Palette

CodeSandbox Command Palette

You can access nearly all the functionalities of CodeSandbox from your keyboard. Bring up the Command Palette on the Dashboard or in the editor using + K and type away.

With the Command Palette, you can:

  • Search files by path
  • Change the editor layout
  • Run tasks
  • Manage env vars
  • Run git operations
  • Switch branches or create new ones

You can also run commands in the terminal directly from the Command Palette. Just type the command and CodeSandbox Repositories will open a terminal and execute it.

If you use the VS Code extension (opens in a new tab), CodeSandbox functionality is also available in VS Code’s command palette ( P).

CodeSandbox Command Palette

Keyboard shortcuts are also supported for the most common operations. For the complete list, go to the Keyboard Shortcuts page.