tags:

views:

571

answers:

9

I've tried a few PHP IDEs, but am still searching for the fastest one.

All Java-based IDEs are too slow. I have 2 computers to work with: my home PC which is too fast, and my laptop which is good but can't handle heavy software. And I have to work on them both, so I'm looking for the best free IDE which is fast.

I'm not talking about text editors, because I already have Notepad++ and it's great, but looking for extra features to help me save time.

Any tips?

+2  A: 

notepad++

But it does not include a debugger.

Enrique
as I said , I'm looking for php-IDE not editor, I want to use the fancy features like functions list,debugging, code completion, variables list ..etc
vegatron
notepad++ has some degree of code completion and function/object lists.
Sinan
Right now has PHP syntax highlighting, autocompletion and parameter hints natively. The rest comes thru plugins: DBGP is a debugger front-end to Xdebug, both SourceCookifier and TagsView provide class, function and varable listing. Notepad++ is very easy to extend and configure according to your needs. I make a living writing PHP on it and thus I've set it up to run PHP in lint mode (php -l), a compatibility checker for PHP 5.3, the RATS vulnerability scanner and php_CodeSniffer on the current file, plus opening the manual on the selected function, all straight from the context menu.
djn
+6  A: 

Have you tried Netbeans? I use it on a dual core machine (with 2 GB RAM) and it is pretty fast. In your scenario it should really fly. If scanning is taking time for netbeans, then look at Scan on Demand.

Edit: Scan On Demand is a plugin within Netbeans.

pinaki
I already have it installed , its slow like all java software
vegatron
Which java version are you using? I have java 1.6 and my project sized around 1 GB is pretty fast.
pinaki
Also, maybe you can have a look at Komodo. It is not free but among the best.
pinaki
+1  A: 

VIM :)

Or for windows PHP Desginer is pretty cool. Its not Free though.

Abhishek
A: 

I normally recommend nusphere PHPEditor but I am really getting tired of it not having built in code formatter (which you can bypass by using poly something software (which is not free, so you are paying for two thing)) and no svn support (which you can bypass by using tortoise).

AntonioCS
+1  A: 

You haven't specified an OS of choice here, but I'm assuming it's Windows.

I know it doesn't help, because it's not free. But I love working with NuSphere PhpED. Really works well, is fast, and just seems to handle things nicely. For the most part. It's not without it's flaws though, but thats just because i'm fussy. :P

For free? I'd suggest Netbeans, although it isn't the fastest thing around. And if you're on Linux, then definately Netbeans. * shrug *

David
A: 

I'd recommend PSPad... it's not quite an IDE and not a feature less text editor.

http://www.pspad.com/en/

p.s.: It's fast btw... starting it takes for instance about 1 sec on my system (similar to yours).

n00b
A: 

I will settle for Eclipse PDT for now.. its a lot faster than netbeans, although its a bit complex . it took me long hours to get the debugger to work (my eyes are burning) .

I tryed codeLobster's PHP IDE its pretty good actually and fast but you have to pay for the extensions..

vegatron
A: 

Eclipse PDT is pretty fast for me!

Kevin
A: 

Microsoft Expression Web supports php, but there are other options such as Eclipse and Netbeans.

Daryl