Skip to content

Is there a list of all LSP features supported by pyright-langserver? #1752

Answered by erictraut
neelkarma asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure what resolution you're looking for. For example, do you want to know whether it supports "hover text" or do you want to know whether that hover text is in the form of plain text or markdown?

It's probably best for you to simply look at the Pyright code. That will provide whatever information you are looking for. This source file is where the language server registers for various callbacks such as onHover, onDocumentSymbol, onReferences, onCompletion, etc.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by neelkarma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants