Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hzeller opened this issue Feb 11, 2022 · 1 comment
Labels
language-server Language server related issues

Comments

@hzeller
Copy link
Collaborator

hzeller commented Feb 11, 2022

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 project-tool Issues related to the project tool/symbol table ) 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 hzeller added the language-server Language server related issues label Feb 11, 2022
@hzeller
Copy link
Collaborator Author

hzeller commented Jan 27, 2023

textDocument/definition implemented in #1530

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language-server Language server related issues
Projects
None yet
Development

No branches or pull requests

1 participant