NETBEANS 6.5 with php and jquery support is superior for Yii development. You have all core php code completion, yii classes code completion, jquery code completion and now with the nighlty build you can declare that the $this variable in view scrip files is of type "CController". I think it is amazing
Netbeans is nice, but the code completion does not always work for me. For example, typing
Yii::app()->
in the controller, does not display a list of possible functions or members. Sometimes the code completion works, but it could work a lot better for me. I used to use Eclipse for my Java projects a couple of years ago and it was excellent. I somehow cannot use the 64-bit bundled version of PDT Eclipse in my Gentoo Linux, so I have to user Netbeans, which works smoothly. The only complaint I have for Netbeans 6.5 is the code completion feature.
I also suggest everyone mentions the OS where they use their favorite PHP editor. In my case, it's 64-bit Gentoo Linux and Windows XP, so my needs is for a cross-platform PHP editor.
Hi GoofyX, do you have any solution for this issue? I also facing same problem in Netbeans 6.5, which could be better to handle this case.
It will be best if additional level:
Yii::app()->user->
Anybody has any suggestion?
Quote
Quote
NETBEANS 6.5 with php and jquery support is superior for Yii development. You have all core php code completion, yii classes code completion, jquery code completion and now with the nighlty build you can declare that the $this variable in view scrip files is of type "CController". I think it is amazing
Netbeans is nice, but the code completion does not always work for me. For example, typing
Yii::app()->
in the controller, does not display a list of possible functions or members. Sometimes the code completion works, but it could work a lot better for me. I used to use Eclipse for my Java projects a couple of years ago and it was excellent. I somehow cannot use the 64-bit bundled version of PDT Eclipse in my Gentoo Linux, so I have to user Netbeans, which works smoothly. The only complaint I have for Netbeans 6.5 is the code completion feature.
I also suggest everyone mentions the OS where they use their favorite PHP editor. In my case, it's 64-bit Gentoo Linux and Windows XP, so my needs is for a cross-platform PHP editor.
Hi, so you mean Ecplise can handle this case? I tried Aptana Studio, the code completion is worse then NetBeans 6.5. Do you mean the Eclipse with PDT?
Yes. I haven’t tried PDT Eclipse much, but a couple of years ago, in a few Java projects, Eclipse rocked in that feature. I guess the same would be for PDT.
Yes. I haven't tried PDT Eclipse much, but a couple of years ago, in a few Java projects, Eclipse rocked in that feature. I guess the same would be for PDT.
I use Eclipse PDT and i had noticed already that the particular case you mentioned
OK, take a look at the attached screenshots. This is what I was talking about in my previous messages.
The first is from Netbeans 6.5 (Linux). Although 6.7RC2 (Windows) exhibits the same behaviour.
The second is from the latest version of Eclipse PDT (Build id: 20090619-0625, Linux again).
As I thought, Eclipse has far more better code completion, which is very important for me, so I am switching back to it. I wish the previous builds provided from eclipse.org would run in my Linux 64-bit box. This latest one seems to run fine. Bye-bye Netbeans.
I'm using Netbeans 6.5 PHP.. it rocks .. if you specify in the project include path the framework path you'll have also code completion and suggestions from the php documentor tags.