Debug
Log Panel¶
Log messages are printed in the dedicated log panel. There are two ways to open the log panel:
- Right click on the bottom-left corner of ST and then select
Output: AutoSetSyntax. - Run
AutoSetSyntax: Toggle Log Panelfrom the command palette1.
To check whether your rules are being dropped during optimization (e.g., due to wrong names or arguments), (re-)save your plugin/project settings and inspect the log panel for dropped rules messages.
Note
Each window has its own log panel. They may have different outputs due to project settings.
Debug Information¶
Just run AutoSetSyntax: Debug Information from the command palette1.
Tip
The output is designed to be Python-compatible, thus you can format it with a Python formatter like Ruff.
Syntax Rules Summary¶
Run AutoSetSyntax: Syntax Rules Summary from the command palette1.
Tip
The output is designed to be Python-compatible, thus you can format it with a Python formatter like Ruff.