Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the fastest and best PHP IDE on Windows? [closed]

Tags:

php

ide

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?

like image 734
vegatron Avatar asked Mar 19 '10 06:03

vegatron


1 Answers

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.

like image 61
pinaki Avatar answered Sep 20 '22 05:09

pinaki