oleg-shilo / codemap.vscode

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

codemap.quick_pick not found #51

Closed besenwagen closed 2 years ago

besenwagen commented 3 years ago

Using the quick pick command causes an error, unless the extension has been activated before in the same session by opening the sidebar view. (For myself, the sidebar feels completely redundant, to be honest.)

oleg-shilo commented 3 years ago

Indeed it was a mistake in the activation events. Fixed now. The fix will be available in the next release.

...the sidebar feels completely redundant, to be honest...

:o) Well sidebar is what CodeMap is. "Quick pick" it was some later addition suggested by one of the users.

besenwagen commented 3 years ago

It’s the nightmare of every UX developer to see how people actually use the products they designed 😂