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