Sorry if this has been asked before.
One of my favorite features of just about every other IDE for PHP (including Dreamweaver) is that the predefined arrays automatically show their values when types. What I mean by this is, when I type
$_SERVER['
the other IDEs will display all of the usual $_SERVER array contents. That does not happen in this one - even when I press <ctrl> <space>. Since there are always certain variables in the $_SERVER (and other predefined arrays) is it possible to add them in? That way I get a popup when I type the above telling me all of my options. If so, is there a patch or addon for this? Or did I miss a step in setting it up?
Thanks for your time,
Zedben