Best editor for PHP

Recently I used Kate on Linux,,
and Guys.... !!!!
I really don't want anything else !!!
 
Kate

Interesting. It looks like a pretty vanilla editor with syntax highlighting and folding. No code insight/hints, which is my big requirement for a PHP editor.
 
Zend Studio Is ABSOLUTELY the best one you can get...
I even like other products from Zend

But Zend studio is 100% best

"Zend -- a best a php programmer can get!"

Hehe... but i believe that its true... such a great support for all needed functions, intellisence, autocomplete, dependence check, parser, debugger, CVS and FTP... and i was just getting started :D
 
I use HTML Kit

http://www.chami.com/html-kit/

It sucks, but its free.

It color-codes and line-numbers, and it preserves your tabbing when you press enter, but I can't get the Tab key to simply output 4 spaces, it does 3 one time, 4 the next, its all over the place, and the actual tab characters are even more varried. I tab everything with the space bar.

In short, thank god for this topic. If anything in here is free I'll be downloading soon.
 
What do you mean by "troubleshooting"? If you mean debugging, then Xdebug is pretty much the standard.
 
Zend Studio 4.0 has been announced and has been awarded a best editor finalist.. more details about this could be found at http://www.zend.com -- sorry justa really big Zend fan as a ilove their solutions to everything..
 
I'm not suprised that no one has mentioned PSPad; if it were more well known, I'm sure that more people would be recommending it. In my opinion, it's the best free editor out there, and the author is constantly adding features.

http://www.pspad.com/

I have written a blog post on my site that explains some reasons why I think it's the best.

http://www.soulpass.com/archives/2005/02/08/the-best-free-programming-text-editor/

Let me encourage you all to try it, and compare it with the editor that you use now. Take all things into consideration, including details such as the size of the program/load time and maybe even price.

I have tried many of the editors that have been mentioned in this thread, and have passed them off to the side. PSPad is one that I've stuck with because I have not found one better. Let me know if you find one that you feel is better!
 
groovenectar said:
I'm not suprised that no one has mentioned PSPad; if it were more well known, I'm sure that more people would be recommending it. In my opinion, it's the best free editor out there, and the author is constantly adding features.

I'll admit, it does look fairly feature-rich. I may give it a try.
 
its ok... however still gonna stick with Zend Studio :)

however for those that cant afford to buy it -- PSPad seems like quite a good alternative..

Add a better IntelliSence to it and good debugger : it will be even better :D
 
I'm using version 4.0.1
strong point of Zend Studio :
- show database.
- connect FTP.
- quick debug (bug internal and bug server).
- ...
best regards :)
 
Back
Top