vsce-toolroom / vscode-textmate-languageservice

Language APIs and support features from Textmate tokenization in Visual Studio Code.
Other
13 stars 0 forks source link

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

Open zm-cttae opened 1 year ago

zm-cttae commented 1 year ago

⚡️️ Feature Request

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 commented 1 year ago

changed due date to March 01, 2024