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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 10:49:22  来源:igfitidea点击:

Best java tools for emacs

javadebuggingemacsidejavadoc

提问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 库

  1. Debugging Java
  2. Code Completion/Intellisense
  3. Javadoc browsing
  1. 调试 Java
  2. 代码完成/智能感知
  3. Javadoc 浏览

?

?

采纳答案by John Meagher

I've used JDEEon 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.

我在几个项目中使用过JDEE。它处理代码完成。我从来没有用它来调试或浏览文档,但它比基本的文本编辑器有了很大的进步。

回答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 是您最好的朋友。

回答by jcrossley3

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

我用jdibug用 Emacs 调试 Java 代码取得了很好的成功。