dfinity / vscode-motoko

Motoko language support for VS Code.
Apache License 2.0
42 stars 16 forks source link

Go-to-definition support, first pass #129

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

Implements "Go to definition" functionality for local variables, type aliases, record literals, modules, and imports (including from Vessel / MOPS packages).

This is a work-in-progress feature with lots of corner cases. Bug reports are welcome!