Hacker News new | ask | show | jobs
by rreeves 5444 days ago
Emacs for me.

Here's my setup: Emacs, DDMS + JSwat, and ant to build.

I have emacs and a terminal open at all times. To build I switch over to the terminal and use ant. Sometimes I'll write a shell script to build+install+run on a phone.

For directory navigation: nav - http://code.google.com/p/emacs-nav/

For code completion: http://www.emacswiki.org/emacs/JavaCompletion

Building on the command line is simple. Type ant release or ant debug. Or ant install to build + install on phone.

1 comments

Emacs here, too. high five

My setup is essentially Emacs, DDMS and cscope/find/grep/etc.

I always find Eclipse to be too heavy. I don't do much actual UI coding though (I'm a platform guy), or I might consider it. The ADT UI tools seem to be very powerful and convenient.

Right on. Glad to hear other people are using Emacs too. =)