A tool like ReSharper, but for Java? [closed]

左心房为你撑大大i 提交于 2019-11-27 05:23:59

问题


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#.

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

Thank you!


回答1:


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




回答2:


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 :)

Do you have any specific R# features in mind?




回答3:


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




回答4:


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




回答5:


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

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.




回答6:


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




回答7:


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



来源:https://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java

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