albilu / netbeansPython

Netbeans Support for Python
https://plugins.netbeans.apache.org/catalogue/?id=89
GNU General Public License v3.0
38 stars 4 forks source link

PythonDiagCollector is a hack as Full project diagnostic is not available yet with pylsp #7

Open albilu opened 1 year ago

albilu commented 1 year ago

Description PythonDiagCollector.java is a hack as Full project diagnostic is not available yet with pylsp see: https://github.com/python-lsp/python-lsp-server/discussions/280 For now Full project Action items will report flake8 based diagnostics (Disabled) This feature will also serve for Error badge

albilu commented 1 year ago

https://github.com/python-lsp/python-lsp-server/issues/395