Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Command FavoritesNew to Visual Studio Code? Get it now.
Command Favorites

Command Favorites

Jannik Mänzer

|
1 install
| (0) | Free
Quickly access your favorite commands directly from the Command Palette.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Command Favorites

Quickly access your favorite commands directly from the Command Palette.

Features

  • Quickly access your most used commands
  • Add or remove commands from your favorites list
  • Add custom labels and descriptions to your favorite commands

Usage

Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac), then

  • run Command Favorites: Show Favorites to quickly access your favorite commands.
  • run Command Favorites: Add Command to select a command to add to your favorites.
  • run Command Favorites: Remove Command to remove a command from your favorites.

Configuration

You can also configure your favorite commands manually in the settings:

"commandFavorites.commands": [
    {
        "command": "workbench.action.files.newUntitledFile",
        "label": "New Untitled File",
        "description": "Create a new untitled file"
    },
    {
        "command": "workbench.action.openSettings",
        "label": "Open Settings"
    }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft