Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

java

resharper

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!

like image 590
eleven81 Avatar asked Mar 05 '09 15:03

eleven81


People also ask

Is IntelliJ a tool?

IntelliJ Platform is an OSS platform developed by JetBrains for building IDEs and language-aware developer tools. It is used by IntelliJ IDEA, Android Studio, CUBA Studio and Cursive, to name a few.

What are JetBrains for?

JetBrains specialises in intelligent, productivity-enabling tools to help you write clean, quality code across . NET, Java, Ruby, Python, PHP, JavaScript, C# and C++ platforms throughout all stages of development.

Is JetBrains an IDE?

Trusted. Many of the world's most dynamic companies and individuals find JetBrains tools make them more creative and effective. IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. Our tools are used all over the world in some of the best-known companies.

What can you do with ReSharper?

ReSharper helps instantly get to any code in a solution, no matter how large the solution is. It can also navigate you from any symbol to its related code such as implementations of a given interface, extension methods of a class, or usages of a field.


7 Answers

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?

like image 37
Jon Skeet Avatar answered Oct 14 '22 23:10

Jon Skeet


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

like image 106
Dror Helper Avatar answered Oct 14 '22 21:10

Dror Helper


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

like image 29
sblundy Avatar answered Oct 14 '22 22:10

sblundy


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

like image 45
user151747 Avatar answered Oct 14 '22 22:10

user151747


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.

like image 38
Julien Hoarau Avatar answered Oct 14 '22 22:10

Julien Hoarau


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

like image 42
Robert S. Avatar answered Oct 14 '22 22:10

Robert S.


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

like image 30
DavyR Avatar answered Oct 14 '22 22:10

DavyR