OpenModelica / modelica-language-server

A VS Code language server extension for Modelica.
Other
5 stars 2 forks source link

Implement Hover Request #5

Open AnHeuermann opened 9 months ago

AnHeuermann commented 9 months ago

Description

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.

Desired features

Example

In TypeScript this looks something like

grafik

OMEdit displays the doc-string of the class when writing, but not the documentation annotation.

grafik

osman362 commented 8 months ago

I am currently working on it. Right now the server only recognizes line comments above a class.