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

[icebox] Implement trie matching for "Go To Definition" #17

Open
2 tasks done
zm-cttae opened this issue Feb 25, 2023 · 1 comment
Open
2 tasks done

[icebox] Implement trie matching for "Go To Definition" #17

zm-cttae opened this issue Feb 25, 2023 · 1 comment

Comments

@zm-cttae
Copy link
Member

zm-cttae commented Feb 25, 2023

⚡️️ Feature Request

  • I'm using the latest version of vscode-textmate-languageservice available.
  • I searched existing issues, open & closed. Yes, my feature request is new.

Is your feature request related to a problem?

"Go To Definition" lists every matching symbol but not the tree of symbols it is nested to.

Describe the solution you'd like

Store definitions in a trie and split by a configuration accessor token property.

Describe alternatives you've considered

Leave it - the current status quo is okay enough..

@zm-cttae
Copy link
Member Author

zm-cttae commented Feb 25, 2023

changed due date to March 01, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant