My use case is: I'm developing a quickswitch plugin (inside Peasy). The plugin adds a dialog and a keybinding to allow to quickly type the prefix of a tag name to jump to its definition or location. If the prefix is ambigious, it gives a list of candidates so I can chose one. So I press Alt+3, type tm_q, then it opens a list of tm_query_* functions to jump to. If I type tm_query_ex, then it immediately jumps to the definition of tm_query_exec.

I think this is really useful - actually so much it would be nice to have it directly in Geany.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.