ejgallego / coq-lsp

Visual Studio Code Extension and Language Server Protocol for Coq
GNU Lesser General Public License v2.1
135 stars 31 forks source link

[lsp] Jump to definition for non-local definitions #762

Closed ejgallego closed 1 month ago

ejgallego commented 1 month ago

For now we use the information in the .glob files, this is to be refined later.

Fixes #317