OpenModelica / modelica-language-server

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

Implement Goto Declaration Request #6

Open AnHeuermann opened 7 months ago

AnHeuermann commented 7 months ago

Description

Implement Goto Declaration Request.

The go to declaration request is sent from the client to the server to resolve the declaration location of a symbol at a given text document position.

In many editors this is something like ctrl+click to jump to the definition of a declaration.

Desired Features

Examples

OMEdit can jump to definition on the diagram view:

grafik

AnHeuermann commented 1 month ago

Mostly implemented with https://github.com/OpenModelica/modelica-language-server/pull/26