Open AnHeuermann opened 9 months ago
Implement server capability Hover Request.
The hover request is sent from the client to the server to request hover information at a given text document position.
In TypeScript this looks something like
OMEdit displays the doc-string of the class when writing, but not the documentation annotation.
I am currently working on it. Right now the server only recognizes line comments above a class.
Description
Implement server capability Hover Request.
Desired features
Example
In TypeScript this looks something like
OMEdit displays the doc-string of the class when writing, but not the documentation annotation.