[Github-comments] [geany/geany] Customize symbols list for Basic (#2431)

elextr notifications at xxxxx
Tue Feb 4 06:58:04 UTC 2020


This relates to basic Geany capability, not a plugin.

To have symbols recognised they need to be recognised by the ctags parser, but I doubt it considers an include a symbol, its not a name in the program.

You would have to modify the ctags parser to do it, note its a separate project from Geany [here](https://github.com/universal-ctags/ctags).

Making an include symbol clickable to open the file would then be functionality added in Geany, but somebodys gotta code it.

You are aware that in the edit window you can select the include filename and <ctrl>+<shift>+o to open it as a workaround?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2431#issuecomment-581769786
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200203/4922ba3f/attachment-0001.htm>


More information about the Github-comments mailing list