What is the best PhP editor

Use Sublime text 2. That editor is freaking awesome. I am in complete love with that editor :D

+1 for sublimetext2. You guys need to try it out, it vim and other cool stuff.
 
There are so many tools that you can use to do this. You can use notepad++ or netbean as the ide. These software provides so many options that will give you the chance to do so many moderation in your code.
 
RapidPHP works just great for me, has ton of features and meets my exact needs
 
I have been using Notepad++, regular notepad and Dreamweaver, of those I would perhaps go with Notepad++. Dreamweaver is very heavy built, although it comes with many additions and templates.
 
i am using Dreamweaver with Notepad++. Sometimes i just make php with few clicks in Dreamweaver, then use notepad++ to costumize it, and remove all unneeded code ;)
 
I will support Dreamweaver! I have been using it for the last 6 yrs. Great for HTML, PHP, Java & CSS.
 
Love notepad++ seems like it is the majority here.

I have also used Komodo Editor and PhpEd they are pretty awesome too.
 
Notepad++ is free and powerful PHP editor. It supports main programing language like c, c++, php, css, html and others. It contains lots of option and functionality .It supports Macro, a very useful function that most programming editor does not support.
 
Notepad++ is the best everything web development editor, I love it and use it all the time.
 
Notepad ++ is most suitable, uses php colors and stuff.. R.I.P megaupload (btw)
 
Notepad++ like everyone else. Except when the projects get real big and I want to be able to view function names, etc, while Notepad++ has color coding it doesn't have a sidenav by functions like other real PHP dev softwares have...or is there a plugin to add that functionality?
 
I find notepad++ the best for editing single files (not only php). For projects I recommend NetBeans.
 
Back
Top