Best java tools for emacs [closed]

本秂侑毒 提交于 2019-12-12 08:19:41

问题


I'm a long-time emacs user, and I'm now working about 1/2 time in Java.

What are the best emacs libraries for

  1. Debugging Java
  2. Code Completion/Intellisense
  3. Javadoc browsing

?


回答1:


I've used JDEE on several projects. It handles Code Completion. I've never used it for debugging or browsing docs, but it's a big step up from a basic text editor.




回答2:


For javadoc I found http://javadochelp.sourceforge.net/index.html to be the best.

Exuberant ctags is your best friend when it comes to navigation.




回答3:


I've had good success with jdibug for debugging Java code with Emacs.



来源:https://stackoverflow.com/questions/41056/best-java-tools-for-emacs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!