views:

145

answers:

8
+1  Q: 

What IDE you using

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

Recently i change my windows to gentoo-linux. And don't know wich IDE change for web-dev. In windows i use PHPDesigner. Need autocomplete, projects and etc.

+1  A: 

Zend Studio so far has done the job. Autocomplete, error highlighting, projects. Been using it for quite a while, no complaints so far.

I've also read quite some nice reviews about Aptana Studio. I haven't checked it out yet though, but it looks solid.

Danny Herran
+4  A: 

Have you tried Eclipse?

Eric Petroelje
Specifically, Eclipse for PHP Developers: http://www.eclipse.org/downloads/packages/eclipse-php-developers/heliosr
R. Bemrose
+1  A: 

Hi :)

Ok, there are a view plus and minus points, but I used PHPEclipse so far. If you're already familiar with it (and also if you don't ;) ), it is a good choice I think.

Otherwise here is a list of PHP editors, maybe you want to take a look :)

bully
+1  A: 

I used to use Quanta for web development, but after some time I realized that, while it will cost you some time to learn and get used to, its much better to do it with Vim.

Martín Fixman
Vim is awesome. I even use it to write my shopping-lists. You take some time to learn it, but it worth it, it really does.
ereOn
+1  A: 

I really like Net Beans, it has some nice features and it's well Free. Zend has been too buggy in the past for me to really enjoy it.

Ian
+3  A: 

I like NetBeans. I've used PDT, Zend Studio, and Aptana Studio, but NetBeans remains my favorite.

Arms
Ditto on NetBeans. Works great for PHP, Java, and more. Free is good too.
bpeterson76
+1 for Netbeans, I've also tried all the ones mentioned and Netbeans really is current best-of-breed
DavidYell
+2  A: 

you can do anything with vim

ali
A: 

vim does it all. From auto-completion to class browsing and other things. The only disadvantage is that there's a steep learning curve.

Housni