[Github-comments] [geany/geany] geany doesn't detect certain function symbols depending on macro before it (#2763)

elextr notifications at xxxxx
Mon Mar 15 02:40:40 UTC 2021


The symbol parsers do not read include files (presumably where your macro is defined) so they don't know its a macro and even if its local they don't get expanded.

Your example looks like `function(something) another_function(void)` which is incorrect syntax and so `another_function()` is not parsed as a symbol.

-- 
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/2763#issuecomment-799051080
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210314/77686c7a/attachment.htm>


More information about the Github-comments mailing list