Ask HN: Coda, Textmate, or Espresso for development?
I'm currently using TextMate, but I've heard good things about the other two. Particularly for being all-in-one development tools.
What are you using? Can you please tell me the pros/cons of each?
All comparison websites I've found are a bit outdated, so I'm assuming a lot of newer/wanted features have been released in each since.
6 comments
[ 3.0 ms ] story [ 34.0 ms ] threadTextMate Pros: * if you need a text editor, you will love it * the bundles are great * works as expected * customizable
TextMate cons: * you need extra tools such as ssh, ftp and the like * it has no nice GUI for visually doing stuff such as css (the cons are rational cons but they don't affect my job)
Maybe I'll pick up Coda one day, but it looks like I'll stay with TM for now.
For Rails development and other scripting, I use Textmate. I appreciate the extensive syntax highlighting, extendability through bundles, and the wide selection of themes. The lack of FTP built into Textmate isn't really an issue as I use Capistrano for deployment via command line.
For editing my marketing websites, basic PHP scripting, or anytime I need to edit and FTP files, I use Coda. It's a great all-around solution and almost worth buying a Mac just for it (and Textmate).
I tried Espresso after having used Coda for a while and just couldn't make the switch despite being a big fan of their CSSEdit. I primarily blame that on me getting so used to working with Coda.
Capistrano is new to me, albeit interesting. Thanks for the recommendation.