像 ReSharper 这样的工具,但适用于 Java?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/615334/
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-08-11 16:58:58  来源:igfitidea点击:

A tool like ReSharper, but for Java?

javaresharper

提问by eleven81

I have read a lot about ReSharper on here. It sounds like it has a lot of cool features to help the programmer out. Trouble is, I don't write C#.

我在这里阅读了很多关于 ReSharper 的内容。听起来它有很多很酷的功能来帮助程序员。问题是,我不会写 C#。

Is there any tool that has similar functionality to ReSharper, but for Java instead?

是否有任何工具具有与 ReSharper 类似的功能,但适用于 Java?

Thank you!

谢谢!

采纳答案by Dror Helper

Use IntelliJ IDEAan IDE from JetBrains - the creator of ReSharper. It's not "like resharper" - it's the original and resharper is like it for C#.

使用IntelliJ IDEA来自 JetBrains 的 IDE - ReSharper 的创建者。它不是“像 resharper”——它是原始的,resharper 就像 C# 一样。

回答by Julien Hoarau

http://www.jetbrains.com/idea/, a Java IDE made by Jetbrains, the Resharper creator.

http://www.jetbrains.com/idea/,由 Resharper 的创建者 Jetbrains 制作的 Java IDE。

It's not an addin to an IDE, but it is a excellent IDE itself. Most features (if not all) that you can found in ReSharper are in IntelliJ.

它不是 IDE 的插件,但它本身就是一个出色的 IDE。您可以在 ReSharper 中找到的大多数功能(如果不是全部)都在 IntelliJ 中。

回答by Jon Skeet

I believe most Java IDEs already have it - I certainly view ReSharper as the tool which brings Visual Studio up to the level of Eclipse:)

我相信大多数 Java IDE 已经拥有它 - 我当然将 ReSharper 视为将 Visual Studio 提升到 Eclipse 级别的工具:)

Do you have any specific R# features in mind?

您有任何特定的 R# 功能吗?

回答by DavyR

If I recall it correctly resharper are just the extra features that Intellj (the jetbrains ide) has by default for java

如果我没记错的话,resharper 只是 Intellj(jetbrains ide)默认为 Java 提供的额外功能

回答by sblundy

Resharper was developed by JetBrains and is a port of IntelliJfunctionality to C#

Resharper 由 JetBrains 开发,是IntelliJ功能到 C#的端口

回答by Robert S.

ReSharper is a Visual Studio tool, not a language tool. The closest equivalent would be IntelliJ IDEA, from the people who created ReSharper.

ReSharper 是 Visual Studio 工具,而不是语言工具。最接近的等价物是IntelliJ IDEA,来自创建 ReSharper 的人。

回答by user151747

Use NetBeans IDE, this IDE has all functionality of the ReSharper and the most important, they are natively in the IDE.

使用 NetBeans IDE,此 IDE 具有 ReSharper 的所有功能,最重要的是,它们本身就在 IDE 中。