I'm currently using PhpStorm by Idea JetBrains, but its buggy and I'm really looking for something that will allow me to get work done without too much hassle.
Please limit one IDE/Editor an answer.
|
I'm currently using PhpStorm by Please limit one IDE/Editor an answer. |
||||
|
|
|
Netbeans is a great IDE with lots of PHP support. I can't even start to name all the features I use but there are a fair amount. Check it out here: I've used both Eclipse for Java and Netbeans for PHP and I feel Netbeans is a bit stronger for PHP as well as XHTML and CSS. That's my personal preference anyways. Looking at PHPStorm I assume you're looking for something similar to it, so a full IDE. Netbeans and Eclipse are the closest to that as far as I'm familiar with. Netbeans has most, if not all, the features that PhpStorm has on that page plus a whole lot more.
|
|||||||||||||||||||
|
|
Gedit: this comes pre-installed with Ubuntu and is simple and lightweight. It has syntax highlighting for a very large number of languages including PHP. It is extensible using plugins.
|
|||||||||||||||
|
Bluefish
This is another good editor that supports PHP and is more web-focused than Gedit or Geany so may be more suitable for PHP. You can install it from the package
|
||||
|
|
Geany
This is an advanced editor/lightweight IDE with lots of features. Like Gedit, it has syntax highlighting for PHP and is extendible through plugins. It has some more advanced features than Gedit such as code folding. It can be installed from the repositories by installing the package
|
|||||||||||
|
|
gedit, it's lightweight, and you can configure it to work with PHP. Here is a simple guide that might help you. http://www.andphp.com/2008/02/23/gedit-for-php-development-textmate-ish/ |
||||
|
|
|
I use Eclipse with Aptana http://www.aptana.com/products/studio2/download After having installed Aptana you can add some additional plugin, as php development tools, subclipse etc. |
||||
|
|
|
Try a slightly pimped version of gEdit. This the way to do it:
With the plugins you can enhance even more. |
||||
|
|
|
vim. Well you have to work a lil at start to make it an IDE but its great once you do it. It has GUI called GVim as well.Install it with
here are some tips on making it work with PHP and here are the list of plugins you can use to enhance vim to better work with php. |
||||
|
|
|
Quanta Plus is part of the kde web development package and is a good solution for KDE users. |
||||
|
|
|
Im using both Komodo Edit and Geany. Komodo is (imho) better but is a bit too weight, expecially with big files that reference many other files (in your file include another one, Komodo scan it to get the function/classes it contains and offer them in the auto-completition function). For big files i use geany, is really fast and complete. |
||||
|
|
|
I suggest to use the Eclipse PHP development tools: http://www.eclipse.org/pdt/ You can use the same IDE on all systems and in addition to the simple features of a text editor you get all the additional stuff that you need for larger projects: context aware code completion, refactoring, integration of versioning systems, issue tracking, deployment to remote servers and much other stuff. |
||||
|
|