Commands & Snippets
Create custom commands and code snippets to speed up repetitive tasks.
Custom Commands
Define shell command templates in Settings > Commands. They appear in the command palette and can include variables.
{
"commands": {
"docker-build": "docker build -t {{tag}} .",
"deploy-staging": "git push staging main && ssh staging deploy"
}
}Snippets
Snippets are reusable code blocks that insert at the cursor. Define them per project or globally.
Sharing
Export and import commands and snippets as JSON files for team sharing.