On Fri, 04 Sep 2009 09:59:02 -0300, Vinicius wrote:
Perhaps is there any way to change how Geany find symbols on the code?
Check tagmanager/php.c in the source code. This is the code which handles symbol detection in PHP files.
Since $_GET, $_POST, $_COOKIE and $_SERVER are a pretty short list of special variables, these could be added to the auto-generated PHP global tags as well (see http://git.geany.org/geany/tree/scripts/create_php_tags.php). That might be easier with a similar result (read: they would appear in the auto-completion list even if not defined before).
Harold, as you seem to be an experienced PHP hacker, does this makes sens to you (the question is also valid for the other PHP guys around :D).
Regards, Enrico