eval_python
Execute Python code in Sublime Text's main thread, capturing stdout output. Includes access to sublime, window, view, and print.
Instructions
Execute arbitrary Python in Sublime Text's main thread. Locals: sublime, window, view, print. Returns captured stdout in 'output'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |