views:

147

answers:

2

Is there something like CodeRush for Java?

+4  A: 

The real answer is that Many Java IDE's give the same types of features (as relevant for Java), so you should really check them out and then ask about a specific missing feature that you had in CodeRush that you think would be relevant to a Java IDE.

Yishai
This is true, coming from a Java background (Eclipse mostly), I was baffled at how few navigational features the Visual Studio code editor offers out of the box. Much of what CodeRush / Resharper bring to Visual Studio is an out of the box feature in all three of the major Java IDE's.
Barend
+4  A: 

While not quite like CodeRush, you can try JetBrains IDE for java (IntelliJ) to get similar functionality to what Resharper offers (not that dissimilar to CodeRush)

saret