A tool like ReSharper, but for Java? - Stack Overflow most recent 30 from stackoverflow.com 2010-03-20T06:04:26Z http://stackoverflow.com/feeds/question/615334 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/615334/a-tool-like-resharper-but-for-java 1 A tool like ReSharper, but for Java? eleven81 http://stackoverflow.com/users/43263 2009-03-05T15:43:29Z 2009-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#615346 3 Answer by madgnome for A tool like ReSharper, but for Java? madgnome http://stackoverflow.com/users/12248 2009-03-05T15:45:14Z 2009-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#615347 9 Answer by Jon Skeet for A tool like ReSharper, but for Java? Jon Skeet http://stackoverflow.com/users/22656 2009-03-05T15:45:22Z 2009-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#615348 2 Answer by davyroegiers for A tool like ReSharper, but for Java? davyroegiers http://stackoverflow.com/users/54533 2009-03-05T15:45:25Z 2009-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#615349 6 Answer by sblundy for A tool like ReSharper, but for Java? sblundy http://stackoverflow.com/users/4893 2009-03-05T15:45:27Z 2009-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#615350 3 Answer by Robert S. for A tool like ReSharper, but for Java? Robert S. http://stackoverflow.com/users/7565 2009-03-05T15:45:29Z 2009-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#615351 1 Answer by dotjoe for A tool like ReSharper, but for Java? dotjoe http://stackoverflow.com/users/40822 2009-03-05T15:45:57Z 2009-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#615352 18 Answer by Dror Helper for A tool like ReSharper, but for Java? Dror Helper http://stackoverflow.com/users/11361 2009-03-05T15:46:04Z 2009-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#1238527 1 Answer by familygw for A tool like ReSharper, but for Java? familygw http://stackoverflow.com/users/151747 2009-08-06T12:23:55Z 2009-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>