Sublime Forum

Support automatic "go to line" for python warnings

#1

Do you consider it a good idea to support automatic “go to line” for python warnings?
For example, if I double click the warnings, it will go to 356 line for me.

E:\xxx.py:356: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma?

The current version doesn’t support this, and it only support automatic “go to line” for python errors

0 Likes

#2

It could make sense. It’s just a configuration property on the build system, so you could edit this file using OverrideAudit for example: https://github.com/sublimehq/Packages/blob/ca2c76de2b2ce90116c31c1898ca861bd8ab42f3/Python/Python.sublime-build#L3

When you get something you are happy with, you could submit a Pull Request :slightly_smiling_face:

0 Likes