Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sidebar PaletteNew to Visual Studio Code? Get it now.
Sidebar Palette

Sidebar Palette

whistlehog.com

|
1 install
| (0) | Free
Command palette in the side panel
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sidebar Palette

A command palette extension for Visual Studio Code that displays all available commands in a convenient sidebar panel. Instead of using the traditional command palette (Cmd+Shift+P / Ctrl+Shift+P), you can browse and execute commands directly from the sidebar.

Features

  • Always Visible: Access commands without opening the command palette
  • Human-Readable Labels: Commands are displayed with their proper titles (e.g., "Save File" instead of workbench.action.files.save)
  • Smart Categorization: Commands are automatically grouped by category (Editor, Files, Git, etc.)
  • Search Functionality: Quickly filter commands by name or ID
  • Refresh Support: Reload the command list to pick up newly installed extensions
  • Focus Preservation: Automatically restores focus to your editor after executing commands

How to Use

Opening the Sidebar

  1. Look for the Command Palette icon in the Activity Bar (left sidebar)
  2. Click the icon to open the Sidebar Palette view
  3. The view will display all available commands grouped by category

Searching Commands

  • Type in the search box at the top to filter commands
  • Search works on both command labels and IDs
  • Results update in real-time as you type

Executing Commands

  • Click any command in the list to execute it
  • The extension will automatically restore focus to your editor after execution

Refreshing Commands

  • Click the refresh button (↻) next to the search box
  • This reloads all commands, useful after installing new extensions

Command Display

Commands are displayed with:

  • Human-readable labels: Extracted from extension contributions when available
  • Fallback formatting: For internal commands without labels, names are automatically formatted (e.g., editor.action.formatDocument → "Format Document")
  • Category grouping: Commands are organized by their category or extension namespace

Requirements

  • VS Code version 1.74.0 or higher

Extension Settings

This extension does not currently add any VS Code settings.

Known Issues

None at this time. If you encounter any issues, please report them on the GitHub repository.

Release Notes

0.0.1

Initial release of Sidebar Palette:

  • Display all VS Code commands in sidebar
  • Human-readable command labels
  • Search and filter functionality
  • Category-based grouping
  • Refresh command list

For More Information

  • VS Code Extension API
  • Extension Guidelines

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft