lars-petter-hauge / dotfiles

0 stars 0 forks source link

Python LSP selection #1

Open lars-petter-hauge opened 4 months ago

lars-petter-hauge commented 4 months ago

Keeping an issue here for documentation.

Pyright:

Pylyzer:

Python-lsp-server

Jedi-language-server:

ipkiss42 commented 3 months ago

Maintainers have chosen to keep the server low on features, rather focusing on pylance for feature richness (https://github.com/microsoft/pyright/issues/4325) - which of course is a bummer as it is closed source and exists in vscode.

FYI, basedpyright is another language server intending to address this gap.