I have several years of professional development using C#, Visual Studio 2003-2010 and Resharper. Now I would like to get some practice with Java. What IDEs (maybe with some plug-ins) would you suggest, so I would not suffer to much from the differences (or at least have similar power to what I'm used to)? In my current work I heavily rely on Resharper for code navigation, search of usages, refactoring, etc. A benefit would be for such IDE to have optional support for dynamic languages like Python or Ruby, they are next on my list, to try.
feedback
|
closed as not constructive by Nailuj, dtb, AVD, Filburt, cdeszaq Jan 17 at 13:35
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
In my opinion, these are the following viable Java IDE's
| |||||||||||||
feedback
|
|
I find myself using Eclipse alot for a lot of different languages. The platform is very extensible when it comes to plugins and such. It can easily be extened to support Python and Ruby. | |||
|
feedback
|
|
I haven't wrote Java in a long time, but the defacto IDE is definitely Eclipse. I'm sure there are plugins out there for it that do as you want, but I'm not sure what they are called. The only plugin I remember that was great was myEclipse. | |||
|
feedback
|
|
I guess eclipse is the right choice for you. It is one of the most common IDE for developing in java and supports many languages. There is a little tool integrated, called Quick Fix It has many features resharper provides you, but some are missing. | |||
|
feedback
|
|
In my own opinion Eclipse http://www.eclipse.org/ is the best IDE, after Visual Studio of course ;-) And it works with a ton of languages, project types, etc... Its incredibly customizable. (Maybe too much sometimes, but community support is huge too) | |||
|
feedback
|