oleg-shilo / codemap.vscode

Code map (syntax tree) of the active document
MIT License
84 stars 28 forks source link

[suggest] add a "search select words in code map" to right click menu #60

Closed zeg closed 1 year ago

zeg commented 3 years ago

and "search select words in all code map of current project"

oleg-shilo commented 3 years ago

You can achieve the same experience already: Ctrl+T and start typing the desired word

zeg commented 3 years ago

errr...

vscode cannot recognize dynamically added object properties in javascript , so goto/peek definition mostly not working on my project

I have to use codemap to achieve this