Until now, most of my PHP development had been done on a Mac in TextMate. For a new client I need to work on a secured windows box, and I was wondering which IDEs I should be looking at, as someone used to working with TextMate. I've tried the 'E' editor, and I'm unconvinced. I've tried IDEs on the Mac, and they always seem like poor relations... but given that I'm having to move development platforms anyway, is there something better I should be looking at? Are there any decent text editors out there that I'm missing?

link|improve this question

feedback

closed as not constructive by Robert Harvey Sep 3 '11 at 23:42

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

10 Answers

up vote 2 down vote accepted

As you've said you are unconvinced by e you could try Notepad++ or TextPad. Both are lightweight scriptable and extendable editors for windows. If you can tell me what features you like best from text mate I might be able to help further.

link|improve this answer
Having fun with Notepad++. Features I like in TextMate - plugins, code-completion and parameter completion for php (via a plugin), disk explorer view... – Dycey Jun 2 '10 at 15:26
Been working with Notepad++ for a while now. Still not quite TextMate, but useable, and PHP support not too bad. – Dycey Jun 11 '10 at 12:54
See below- UPDATE: SublimeText 2 ( http://www.sublimetext.com/2 ) – Dycey May 24 '11 at 15:51
feedback

I don't know TextMate, but I started using PHPStorm recently and I would never go back. I've tried many (with an obvious exception of textmate) and am pretty sure, PHPstorm is best in so many ways.

link|improve this answer
However it's php 5.3 support is very disappointing. Eg none. – Mikulas Dite Jun 2 '10 at 14:27
Oh dear. Seems I've been drinking the cool-aid too long. V. unlike Mac like interface. I can see the benefit of using the same IDE cross-platform, but the rough corners that you get with Java apps really annoy me. And having to re-map keys to save having to learn new ones (apple-N for find class? really?) Seems I'm damned ;-) – Dycey Jun 2 '10 at 15:23
and yes I did try it on both platforms ;-) – Dycey Jun 2 '10 at 15:24
I do not use a Mac, but AFAIK PHPStorm officially only supports PHP 5.3 – Raveren Jun 2 '10 at 16:48
feedback

I have been using NetBeans for the past 6 months and I love it. Built in DB, SVN, XDebug and JIRA support makes it so I don't even have to leave the IDE environment and interrupt my work flow. I also found it a bit easier to set up than eclipse, just my opinion.

link|improve this answer
i love netbeans too - before that i used dreamweaver a long time and eclipe for some months... but then i found netbeans and fell in love... – oezi Jun 8 '10 at 8:12
feedback

Best freeware IDE for PHP in my opinion is PHPEclipse (feature list). Here is a comparison with other PHP editors you might want to have a look at.

You can also check out Eclipse on its own and additionally download a suitabel PHP plugin, but PHPEclipse will make your day.

link|improve this answer
+1 for Eclipse, but I think that PDT is better than PHPEclipse. But that's only my opinion. – Igor Zinov'yev Jun 2 '10 at 11:22
feedback

Are there any decent text editors out there that I'm missing?

You could always try Zeus. The Zeus users seem to like it.

link|improve this answer
feedback

I'm using gVim/MacVim on all platforms. Granted, it has a very steep learning curve, but its benefits in increased editing speed seem obvious to me.

link|improve this answer
feedback

I use Notepad++ for lightweight coding. As for a IDE I've had good experience with Komodo Edit but for the past 2 months moved to NetBeans and leaning towards it more and more.

Though at times I personally feel Komodo is a bit faster than NetBeans.

link|improve this answer
feedback

I would suggest you persevere with E. Once you get used to it, it's a fantastic editor. It doesn't have 100% parity with Textmate, but it is close enough IMO. It took me a few weeks to get as comfortable with it as I was with Textmate but it was well worth the effort.

Otherwise, the only other IDE I recommend for PHP is NetBeans.

link|improve this answer
feedback

I'm personally a fan of Eclipse PDT

It's not exactly lightweight but it has a ton of features, and Eclipse's great plugin architecture means you can build an IDE that does everything you need.

link|improve this answer
feedback

UPDATE: I have started to use SublimeText 2 ( http://http://www.sublimetext.com/2 ) in anger - works the same on Mac and PC. Not quite TextMate, but the x-platform nature makes up for the minor annoyances.

link|improve this answer
feedback

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