emacs 的最佳 Java 工具
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/41056/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best java tools for emacs
提问by Bart
I'm a long-time emacs user, and I'm now working about 1/2 time in Java.
我是 emacs 的长期用户,现在大约有 1/2 的时间使用 Java。
What are the best emacs libraries for
什么是最好的 emacs 库
- Debugging Java
- Code Completion/Intellisense
- Javadoc browsing
- 调试 Java
- 代码完成/智能感知
- Javadoc 浏览
?
?
采纳答案by John Meagher
回答by Mal
For javadoc I found http://javadochelp.sourceforge.net/index.htmlto be the best.
对于 javadoc,我发现http://javadochelp.sourceforge.net/index.html是最好的。
Exuberant ctags is your best friend when it comes to navigation.
在导航方面,Exuberant ctags 是您最好的朋友。

