I'm seriously evaluating PhpStorm (we are using PDT for now). Unless I'm missing something, code completion looks rather dump and unintelligent to me, to the the point of being useless. I reviewed the official presentations and feature highlights and it appears PhpStorm should be doing a good job here yet all I see is irrelevant suggestions, missing classes from suggestion lists and buggy inferences.
When I press Ctrl+N, classes are there but when I try to instantiate from a class, some classes appear in the suggestions list and some don't with no apparent reason.
When I invoke auto complete on an object variable ($a=new SomeClass() ), there are language constructs (i.e. if, endif, while), superglobals ($_GET, $_PUT etc) in the list and when I press Enter, they are actually inserted ! (i.e. $a->$_SERVER['DOCUMENT_ROOT'] )
I'm using the final evaluation version downloaded from JetBrains, My test project is a fork of FengOffice and I'm having the common LAMP stack on Ubuntu 11.04 (php 5.3.6). Nothing special really.
Can someone please confirm this or point me to the right direction ?
