Maybe not exactly this feature but I just added something similar to the ProjectOrganizer plugin in geany/geany-plugins#1341:
Screenshot.2024-08-06.at.11.05.56.png (view on web)It works similarly to vscode - when there's no prefix, it searches files, with the @
prefix it searches in current document's symbols, with the #
prefix it searches in all symbols and with the :
prefix you can jump to the specified line in the current document. You can assign a keybinding for this popup for quick access.
It works independently of other features provided by the plugin and works also when there's no project open.
I'm planning to merge that pull request soon.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.