Possible Duplicate:
Any good PHP IDE, preferably free or cheap?

Working on my own webapp for a while, I've really gotten to be fed-up with bloated Java-based IDEs.

For the most part, I like the features that Netbeans offers, but I find it too slow.

So, here I go wondering what is out there with:

  • Syntax Highlighting
  • SFTP support
  • Code Folding and/or Object View
  • Project/site based view

And nice to haves:

  • Not written in Java (Or big and bloated)
  • File tree view
  • JavaDoc support
  • Cross Platform (barring this, Windows compatible)

Obviously, Netbeans checks most of these, but it's just too slow.

Edit: Coda on Mac is closest to the sort of IDE I'm looking for, but I need a good one for Windows.

link|improve this question

3  
possible duplicate of Any good PHP IDE, preferably free or cheap? - while you give some requirements that not all IDEs given in the linked question will fulfill, this is still one of the most complete lists on SO to go through. – Gordon Nov 16 '10 at 13:34
Doesn't Notepad++ maybe with some plug-ins fill most of those items? – acm Nov 16 '10 at 13:34
2  
@Gordon: I find it amusing that that question's top answer is NetBeans :D – BoltClock Nov 16 '10 at 13:35
Notepad++ does not have SFTP support. – timw4mail Nov 16 '10 at 13:38
1  
@Alexander but Aptana is Eclipse based and doesnt qualify as an answer, like at least four other answers given so far. This is just typical for questions like this. People will just name their favorite IDE instead of actually trying to meet the requirements asked for in the question. The worst thing is, they get upvotes for providing incorrect answers. – Gordon Nov 16 '10 at 13:54
show 6 more comments
feedback

closed as exact duplicate by Gordon, BoltClock, ircmaxell, John Conde, gnovice Nov 16 '10 at 16:02

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

8 Answers

Zend Sudio has all the features you mentioned. Unfortunately it is Java based too. Similarly Eclipse could have all those features with the right plugins. That is of course Java based as well. Maybe you should just try getting more RAM or a solid state drive.

link|improve this answer
I'd rather not have to deal with programs that require me to upgrade from 4GB of ram. – timw4mail Nov 16 '10 at 13:37
But when there are simply no good alternatives, it's worth a try. FYI 8 gigs is the new 4 gigs. And a solid state drive will make an even more dramatic difference. – Asaph Nov 16 '10 at 13:43
What's with the SSD everyone? Better a Raid 1 than SSD. It's cheaper and has more space (ok, ok, reliability stinks, but at least it's fast and cheap. Back up it regularly and you'll be fine) – AlexanderMP Nov 16 '10 at 13:48
I don't have money to spend on hardware at the moment, it's a moot point. – timw4mail Nov 16 '10 at 13:49
I've looked at Zend Studio before, and haven't been too impressed. – timw4mail Nov 16 '10 at 15:13
feedback

Definitely PhpStorm, I haven't seen better one yet. If it need to be free, you can try Komodo Edit, quite good actually.

link|improve this answer
1  
PHPStorm is pretty great. Netbeans is still second best, IMO. – Bryan M. Nov 16 '10 at 13:40
feedback

I took the time to make a description to my favorite 2 PHP IDEs (Aptana Studio 1.5 and JetBrains PhpStorm): http://alexandermp.com/?tag=/IDE

Also worth looking into:

  • Zend Studio
  • Eclipse PDT
  • VS.PHP plugin for Visual Studio

Of these, only Eclipse PDT is free and still supported.

But unfortunately you'll find them all similarly bloated. I think it's worth it.

link|improve this answer
both Java based, right? – Gordon Nov 16 '10 at 13:48
yep. From this list only VS.PHP is not Java based. Doesn't mean that they are all like NetBeans. I had some serious lags myself with netbeans, but with Eclipse everything works great (Aptana also). Try it. They dont require installation (those which are Eclipse-based). – AlexanderMP Nov 16 '10 at 13:51
I had the exact opposite experience. Eclipse is slow as can be on my desktop (XP), but Netbeans is pretty quick (it has certain laggy features, such as when it scans for new files, but it's much more responsive than Eclipse was)... Weird – ircmaxell Nov 16 '10 at 13:56
Yep. Weird. I worked with Eclipse on 4 computers. From an old Celeron 900MHz and 512Mb RAM to my dual core CPU with 4Gb RAM. All of them behaved great. Tried NetBeans twice on 2 different computers - horrible experience. First time it was an inimaginable lag all the time. The second time I got pissed after editing CSS code (1 selector per each line), that it formatted the whole line each time I typed a character. – AlexanderMP Nov 16 '10 at 14:00
feedback

Aptana is another alternative.

link|improve this answer
It no longer supports PHP natively. At least not the version available on the official site. – AlexanderMP Nov 16 '10 at 13:38
@Alexander "Aptana Studio 3 now includes a PHP editor." see: aptana.com/products/php – AlexV Nov 16 '10 at 13:40
@Alexander: It will again when Aptana 3 comes out. – BoltClock Nov 16 '10 at 13:40
Reallllyyyyy..... k, thanks. Downloading right now. Finally they heard the voices of the thousands of developers worldwide wanting Aptana for PHP back. – AlexanderMP Nov 16 '10 at 13:41
@Alexander you can already download the beta :) – AlexV Nov 16 '10 at 13:41
show 2 more comments
feedback

Turn off the unneeded modules, it speeds up netbeans a lot. Also, try to upgrade to the latest version, because the netbeans developers often do performance improvements.

Try cleaning var/cache in your netbeans directory (I don't know where it is under Windows, on Linux systems it is under $HOME/.netbeans/$netbeans_version/var/cache).

If the performance problems still remain, consider buying some more RAM into your computer. It will speed up not just your IDE but your everyday tasks also.

link|improve this answer
Is there anyway to make the SFTP/FTP work in a way that doesn't take hours to list files and directories on a large site? – timw4mail Nov 16 '10 at 13:46
1  
Consider using a version controlling system (git, for instance) instead of sftp/ftp. – Yorirou Nov 16 '10 at 13:54
It's not only my website I manage – timw4mail Nov 16 '10 at 14:01
then it is most likely the speed of sftp/ftp, and you can't really do anything with it – Yorirou Nov 16 '10 at 14:39
No, it's the way Netbeans has to go through EVERY folder before it will give you the list of folders to select which ones to download. – timw4mail Nov 16 '10 at 14:57
feedback

Coda or Espresso are pretty cool if ur a macuser

link|improve this answer
I already use Coda on Mac...I'm looking for a decent Windows one. – timw4mail Nov 16 '10 at 13:36
well there is Notepad++, which I use. It has a lot of different add-ons, plus its opensource so you can write your own stuff if you can't find it. I'd definitly give it a try. – almightyBob Nov 16 '10 at 13:53
But Enrico pretty much made my comment useless^^ – almightyBob Nov 16 '10 at 13:54
feedback

You might want to consider an online IDE like http://shiftedit.net/ or http://coderun.com/ide/

link|improve this answer
Do they support tabs? I can't stand using spaces for indentation. – timw4mail Nov 16 '10 at 13:44
coderun uses tabs for indentation as default – stillstanding Nov 16 '10 at 13:50
feedback

I use e text editor, which supports FTP (but not SFTP I don't think) and is a great lightweight text editor for PHP.

It supports TextMate bundles, so there's plenty of tag-triggered snippets for common structures such as loops, classes, functions etc. It also supprts PHPDoc so you can create new, commented empty classes and functions/methods, too.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.