vote up 3 vote down star
3

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?

flag

PS: Please refrain yourself from recommending Vim or Emacs. Thanks. – Tom Dec 3 '08 at 8:41
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

8 Answers

vote up 5 vote down check

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

link|flag
vote up 6 vote down

You should try Netbeans

link|flag
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 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 at 2:38
vote up 3 vote down

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

link|flag
vote up 3 vote down

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|flag
vote up 2 vote down

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|flag
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
vote up 2 vote down

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

link|flag
vote up 1 vote down

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|flag
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 at 2:14
vote up 0 vote down

I'll second TextWrangler.

link|flag

Your Answer

Get an OpenID
or

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