So the Pragmatic Programmer recommends using an IDE if you mostly develop on the command line and vice-versa. It would be nice to not only switch, but use those two side-by-side on the same project.
How could this be done?
To be way more specific:
There is a Android ant project vcs'ed by git which would be good to transfer/work side by side in eclipse. The project has a jUnit test suite that uses some Robotium calls.
What would be expected of a workflow is:
- how to set up new projects: command-line via
$ android create project
or via Eclipse- if via the command line, how to import the project into Eclipse (see the answer about EGit for a possible way)
- how to build the project? (there is a way of building eclipse via the command line)
- whether to set up the emacs-eclipse integration provided by eclim
The main benefits of eclipse would be debugging and refactoring, but also inspiration of trying new things in emacs.