A tool like ReSharper, but for Java? - Stack Overflow most recent 30 from stackoverflow.com2010-03-20T06:04:26Zhttp://stackoverflow.com/feeds/question/615334http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java1A tool like ReSharper, but for Java?eleven81http://stackoverflow.com/users/432632009-03-05T15:43:29Z2009-08-06T12:23:55Z
<p>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#.</p>
<p>Is there any tool that has similar functionality to ReSharper, but for Java instead?</p>
<p>Thank you!</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615346#6153463Answer by madgnome for A tool like ReSharper, but for Java?madgnomehttp://stackoverflow.com/users/122482009-03-05T15:45:14Z2009-03-05T15:45:14Z<p><a href="http://www.jetbrains.com/idea/" rel="nofollow">http://www.jetbrains.com/idea/</a>, a Java IDE made by Jetbrains, the Resharper creator.</p>
<p>It's not an addin to an IDE, but it is a excellent one. Most feature (if not all) that you can found in resharper are in IntelliJ.</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615347#6153479Answer by Jon Skeet for A tool like ReSharper, but for Java?Jon Skeethttp://stackoverflow.com/users/226562009-03-05T15:45:22Z2009-03-05T15:45:22Z<p>I believe most Java IDEs already have it - I certainly view ReSharper as <a href="http://msmvps.com/blogs/jon%5Fskeet/archive/2007/03/27/visual-studio-2005-vs-eclipse-again-but-this-time-with-resharper.aspx" rel="nofollow">the tool which brings Visual Studio up to the level of Eclipse</a> :)</p>
<p>Do you have any specific R# features in mind?</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615348#6153482Answer by davyroegiers for A tool like ReSharper, but for Java?davyroegiershttp://stackoverflow.com/users/545332009-03-05T15:45:25Z2009-03-05T15:45:25Z<p>If I recall it correctly resharper are just the extra features that Intellj (the jetbrains ide) has by default for java</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615349#6153496Answer by sblundy for A tool like ReSharper, but for Java?sblundyhttp://stackoverflow.com/users/48932009-03-05T15:45:27Z2009-03-05T15:45:27Z<p>Resharper was developed by JetBrains and is a port of <a href="http://www.jetbrains.com/idea/index.html" rel="nofollow">IntelliJ</a> functionality to C#</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615350#6153503Answer by Robert S. for A tool like ReSharper, but for Java?Robert S.http://stackoverflow.com/users/75652009-03-05T15:45:29Z2009-03-05T15:45:29Z<p>ReSharper is a Visual Studio tool, not a language tool. The closest equivalent would be <a href="http://www.jetbrains.com/idea/index.html" rel="nofollow">IntelliJ IDEA</a>, from the people who created ReSharper.</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615351#6153511Answer by dotjoe for A tool like ReSharper, but for Java?dotjoehttp://stackoverflow.com/users/408222009-03-05T15:45:57Z2009-03-05T15:45:57Z<p>What ide do you use? I find Eclipse does a lot of what Resharper does.</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/615352#61535218Answer by Dror Helper for A tool like ReSharper, but for Java?Dror Helperhttp://stackoverflow.com/users/113612009-03-05T15:46:04Z2009-03-05T15:46:04Z<p>Use <a href="http://www.jetbrains.com/idea/index.html" rel="nofollow">IntelliJ IDEA</a> an IDE from JetBrains - the creator of ReSharper.
It's not "like resharper" - it's the original and resharper is like it for C#.</p>
http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java/1238527#12385271Answer by familygw for A tool like ReSharper, but for Java?familygwhttp://stackoverflow.com/users/1517472009-08-06T12:23:55Z2009-08-06T12:23:55Z<p>Use NetBeans IDE, this IDE has all functionality of the ReSharper and the most important, they are natively in the IDE.</p>