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