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

More robust "go to definition" #12

Open
cameel opened this issue Sep 24, 2022 · 0 comments
Open

More robust "go to definition" #12

cameel opened this issue Sep 24, 2022 · 0 comments

Comments

@cameel
Copy link
Owner

cameel commented Sep 24, 2022

The feature was implemented in a rush at the hackathon and needs cleanup and improvements:

  • We seem to have a duplicate of tower_lsp::lsp_types::TextDocumentItem struct in our code (that also causes warnings due to unused fields). We should switch to using that directly.
  • We have no tests covering it.
  • We only managed to work with an old version of QtCreator. We need to make it work in all editors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant