-
If there is, can you send a link, and if there isn't, it would be nice to have the list. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
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.