I would like to use Pylint to lint Jython code.
Clearly, all Java functions (JPanel
, JFrame
, JComboBox
, etc.) are recognized as an error (eg. undefined variable 'JPanel'
).
I would like to know if there was a way to disable the undefined variable rule on VScode.
Or better yet, if an external Jython linter existed, it would be optimal! Because I have seen that there are no extensions for VSCode for Jython, unfortunately, and of course not even on the linting of jython code.
If none of the things listed above were possible, I would be happy to use another editor with linting, shorcut for self-formatting, etc. In short, the essential of VScode!