verible
verible copied to clipboard
Language Server: implement textDocument/definition , textDocument/declaration, textDocument/references
This will require the project set-up to know which are all the relevant files to pull symbol information from #1188
For this, we then need to build a symbol table (and fix issues in https://github.com/chipsalliance/verible/labels/project-tool ) to have all the relevant information available to know how to find definitions and references of a particular symbol, which is then trivial to implement.