16
Any advice on picking a Python language server for emacs?
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Sounds like things are going very wrong in lsp land. The point of a language server is to support lots of types of tools through an abstracted server. Not to have one server per tool.
Otherwise, just use fly-checker. It can even get information from multiple tools at once.
what do you mean by one server per tool?
Op was listing different Lsp servers for things like jedi, pyright, etc. All of those things should really integrate with a single server.
insert standards xkcd