langserver / langserver.github.io

http://langserver.org
202 stars 182 forks source link

Add pyright language server for python #249

Closed neelkarma closed 3 years ago

neelkarma commented 3 years ago

https://github.com/microsoft/pyright is a python linter by Microsoft with type checking capabilities, and also has a language server called pyright-langserver which provides code completion, hover, jump to def, find references and diagnostics. Should I make a PR that adds it to the table?

attfarhan commented 3 years ago

Hey @neelkarma, yeah please open a PR, thanks!