verible icon indicating copy to clipboard operation
verible copied to clipboard

Language Server: implement textDocument/definition , textDocument/declaration, textDocument/references

Open hzeller opened this issue 4 years ago • 0 comments

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.

hzeller avatar Feb 11 '22 23:02 hzeller