up vote 7 down vote favorite
7
share [g+] share [fb]

I am new to the Mac world and I'm looking for PHP development tools, right now the most important thing is the editor. Syntax highlighting and a file tree list are mandatory, of course, and code insight would be nice (of course :). I am hoping that there are free editors out there that provide these functionality and I hope someone could enlighten me. I have been searching on Google but most of the results were comparing their PHP editor with free ones or were poor editors that didn't even offer building projects and a tree list.

Could someone help me out?

link|improve this question

4  
PS: Please refrain yourself from recommending Vim or Emacs. Thanks. – Tom Dec 3 '08 at 8:41
1  
I'd recommend Emacs – troelskn Dec 3 '08 at 17:20
I think aquamacs is nice too. Though I use netbeans. aquamacs.org – Dan Dec 4 '08 at 4:08
feedback

10 Answers

up vote 4 down vote accepted

Why not just use Eclipse with the PDT plugin, Eclipse rocks.

link|improve this answer
feedback

You should try Netbeans

link|improve this answer
Far and away my favorite IDE for PHP. – gaoshan88 Dec 3 '08 at 23:20
Me too. Which is pretty surprising considering they only introduced PHP support about 6 months ago. – Kibbee Jan 20 '09 at 20:11
I have been using NetBeans with the PHP support on a Windows machine and it is absolutely fantastic. I am thinking of replacing TextMate with NetBeans for all of my PHP work even on my Mac. – X-Istence May 5 '09 at 2:38
I've switched to Netbeans as well in mid 2009 :) – Tom Jan 19 '10 at 12:34
feedback

A quick search on MacUpdate.com showed the following as a free and well reviews text editor - Text Wrangler

However if you consider looking at non free, then TextMate is superb.

link|improve this answer
I have been Loving TextWrangler. It's lightweight, yet full-featured! It highlights your text and keeps a navbar with all your open files, but there isn't much in the way of visual distraction. It also implements all of the Emacs key-bindings. I give it five stars and two thumbs up! – just_wes Feb 15 '10 at 17:29
feedback

You should try Aptana Studio. It has a PHP plugin and a great HTML editor: http://www.aptana.com/

link|improve this answer
feedback

I haven't delved too deeply into either of the following editors so I can't give you a full detailed report, but I can say that Smultron and TextWrangler are both great editors, and both free.

They both offer syntax highlighting and I am not sure how complex the tree lists are but I know that they both offer nice open document lists.

If you are really adventurous, jEdit is a very cool editor. It is written in Java so it is multi-platform. It was specificly designed as a programming editor. It has a lot of functionality out of the box, but it is also supports user created plugins (including a tree listing) which can be downloaded and installed directly from within the app.

link|improve this answer
I've tried jEdit and I must say, I was impressed, but there we some things in the interface that felt like a burden to use. +1 insightful. – Tom Dec 3 '08 at 10:48
feedback

Well, Komodo Edit is fantastic and it's free and it's available for the Mac.

link|improve this answer
feedback

I've looked at several Free ones and Paid ones. I like some for some reasons and some for other reasons, so I break it down for you:

FREE: Netbeans - This is just the best overall IDE that's free, though be aware it could be overkill for a lot. It has real-time syntax checking and database viewing. The IDE is really flexible. However it DOES take up a lot of memory (up to 500K). But it's still the best free one.

Komodo - I'd recommend this one for a smaller footprint, but way less functionality. I am NOT talking about the Komodo IDE (which is NOT free), but Komodo Edit. It has some nice functionality but its really just a bit above a text editor. I don't particularly like the way this one "feels".

Text Wrangler - This really is just a text editor with some intelligence built in for synta coloring. It's not nearly as function as Komodo and not in the same league as Netbeans.

Smultron - Another syntax colorer text editor more or less, but I think it's better than Text Wrangler. I keep Smultron around to open a file from another server, then copy and paste quickly. I used this when I first started and it was great.

NOT FREE:

Coda: About $99. At first you'll look and think it's overpriced, but it does a world of things! Clearly its very integrated and has it's own FTP built in. It's easy to use initially and the more you dedicate yourself to it, the more powerful it is especially with the built in snippets and text expander.

TextMate: Mostly a fancy text editor but with strong syntax coding and validation. The real plus here is the extensive snippets and text expansion capability. Also good, is it's footprint being very small.

Dreamweaver: If you are into this kind of development, i.e. very visual and real time debugging, then $300 may be worth it to you. It's reliable and if you truly get a book or video set and learn it, DW can be extremely powerful...but like Photoshop, expect a steep learning curve to learn all the things that make this IDE really better than most.

Zend - Don't bother. This product has gotten weaker and weaker over the years. It's just not worth the price.

STAY AWAY FROM:

APTANA STUDIO - At least for now. Unless you can get hooked up with Aptana Studio 1.5 and their PHP modile. forget this package. Netbeans is 10x the package and it WORKS with PHP. Note: Aptana Studio 3 put back PHP syntax coding, but that's about it. They claim they will put more PHP stuff back in, but we'll wait and see.

ECLIPSE - Unless you are an ultra-geekazoid, forget this. It's the basis of the old Aptana, but it's hopelessly hard to configure and get working right. There's lots of documentation, but just because there is, doesn't mean there's any rhyme or reason to how to configure it. But if you are a geek, go for it. It may require Herculean efforts to really run well on the Mac tho.

link|improve this answer
feedback

I'll second TextWrangler.

link|improve this answer
feedback

First off, this is only about FREE editors, if that's what you're looking for.

I'm new to web programming but have a pretty solid background in VB and C. Learning LAMP right now and have tried out three editors in the past two weeks quite thoroughly. How thoroughly? Well, I'm unemployed and my survival is hinging upon building my company. :)

After doing my research, I decided to try TextWrangler, Smultron and Komodo Edit.

All three are good, but my favorite is Komodo Edit. However, it should be said that TextWrangler and Smultron are more editors, where Komodo is more of an IDE (interactive development environment), even though Komodo offers an additional program called Komodo IDE. If Komodo Edit is this powerful, I can't imagine what Komodo IDE does.

Basically, I like Komodo Edit because it's a FREE editor, with some IDE capabilities that are very useful. Hits that nice middle ground between editor / IDE.

Hope this helps.

link|improve this answer
Komodo Edit is also my choice, as it offers: 1) Extensions. (Written in XUL, and shares many extensions with Firefox), 2) Works and feels exactly the same in Linux, Windows and MacOS, which is rare and wonderful, 3) Loads slow but is damn fast comparing to Eclipse. – Yannis Rizos May 5 '09 at 2:14
feedback

I'd also recommend Netbeans. Great IDE and works on most platforms.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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