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.
This sounds like a generalized case of auto-complete and jump-to-def/decl. I see no reason why it's incompatible with an extended ft-plugin API (as initiated in #1195) and necessarily has to expose TagManager guts to plugins to perform its function.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.