Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Support lsp-jedi #23

Open
QiangF opened this issue Nov 24, 2020 · 0 comments
Open

Support lsp-jedi #23

QiangF opened this issue Nov 24, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@QiangF
Copy link

QiangF commented Nov 24, 2020

It has some benefit compared to pyls. Unlike python-language-server, jedi-language-server:

Uses pygls instead of creating its own low-level Language Server Protocol bindings
Supports one powerful 3rd party library: Jedi. By only supporting Jedi, we can focus on supporting all Jedi features without exposing ourselves to too many broken 3rd party dependencies (I'm looking at you, rope).
Is supremely simple because of its scope constraints. Leave complexity to the Jedi master.

https://github.com/fredcamps/lsp-jedi
@manateelazycat manateelazycat added the help wanted Extra attention is needed label Feb 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants