[done] Massive feature request list #3 of 5: Code compl.. |
|
One more: Code completion for PHP’s superglobals and user global vars through $GLOBALS. It would be great if for instance when I type "$_SERVER[" the code completion could then give me all the possible key strings for $_SERVER. Same with $GLOBALS where it could tell me what all global var names I have.
|
||||||||||||
|
Guru master
|
I like most of the requests you have made, and I hope they do something with your threads.
However the one about the code completion for superglobals is technically as good as impossible. The contents of those variables are determined at runtime and they don't necessarily have to be identical (ie they change if you call the script from command line, or from a webserver etc). You could build in some kind of cache for the most common ones, but that would always contain items that won't be valid or miss some and wouldn't be accurate at all. If I know how NuSphere works for a little bit, inaccuracy is unacceptable |
||||||||||||
|
|
I think it would be cool, and possible, get have code completion to list what is possible in some global variables like something i use often in $_SERVER['PHP_SELF'], why would they not be able to have PHP_SELF as an option? This is not big and i really don't care about it, it would just be cool.
|
||||||||||||
|
Site Admin
|
it's a common trap. Many people prefer to have that deleted some other don't. It's up to you to enabled this or not in the tools->settings->Clear when inserting template
it's again up to you. Feel free to drag away that hint and it will appear in that place next time (it uses relative position, of course) |
||||||||||||||||
_________________ The PHP IDE team |
|
Wow, very cool. Thanks! By the way, the new color coding on phpDoc code hints is also very nicely done.
|
||||||||||||
|
[done] Massive feature request list #3 of 5: Code compl.. |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by