run_command
Run any Sublime Text command with optional arguments, scoped to window or view, to automate tasks and extend editor functionality.
Instructions
Run any Sublime Text command. scope='window' (default) or 'view'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| args | No | ||
| scope | No | window |