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"
}
]
| |