How do you use and configure python lsp server for Builder?

I intend to use Python for an application, so I installed python lsp server with:
pip install “python-lsp-server[all]”
However, nearly all the functionality (Linting, error checking, formatting) is missing except for some autocompletion coming from Jedi. I am confused and at a loss of words at what to do here. Lua’s language server works completely fine out of the box with a simple install. What is needed to get this working?

I had to install the pyflake8 bits too for it to do any sort of linting for me.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.