I currently using vim. But i found that there is not even a plugin to debug java inner class. I think emacs plugin is more powerful. So is there anyone successfully debug java inner class with emacs?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use IntelliJ which I find to be more productive. It can has intelligent code completion, many refactoring tools and can suggest lots of ways to improve your code and make the changes for you.
http://www.jetbrains.com/idea/whatsnew/index.html?fromIndex
IMHO Just about any IDE designed for Java will be better than a general purpose editor.