score:2
Code navigation. (being able to find method and field declarations and usages.)
We have a J2EE project at work where both IntelliJ and Eclipse are in use so I have been able to compare the abilities of both.
IntelliJ allows me to navigate between Java, JSP, JS, CSS and pretty must every other type of file. With Eclipse I need to install a plugin to be able to navigate through file types other than Java.
score:3
IntelliJ allows me to navigate between Java, JSP, JS, CSS and pretty must every other type of file. With Eclipse I need to install a plugin to be able to navigate through file types other than Java.
@Rachel. Hmmm. In Eclipse Ctrl-Shift-R (on mac Command-Shift-R), open up "Open Resource" dialog where you can type whatever you want and it will match ANY file, not just Java. Ctrl-Shift-T will do the same, but limit it only to Java types.
score:3
This is the keymap of IntelliJIDEA.
Just read this article and you able to doing amazyng features with IntelliJ which you do not even dream of in Eclipse. For me, the most useful are Ctrl-Y , Ctrl-Enter, Ctrl-Alt-T, Shift-F6 and auto-completion.
score:6
For me there are two points:
Refactorings (IntelliJ is great in the refactorings it provides)
Plugin stability, I've always found that when I have a stable install of Eclipse, I get a new plugin and everything comes down in flames and I have to reinstall everything.
Source: stackoverflow.com
Related Query
- What are the advantages of IntelliJ over Eclipse?
- What are the advantages of using Emacs instead of Eclipse for Android development?
- what are the differences in IntelliJ vs. eclipse regarding groovy development
- What are the differences between plug-ins, features, and products in Eclipse RCP?
- What are the gigantic *.CFS files all about in Eclipse workspace plugin folder?
- Eclipse vs. Visual Studio: What are the features in Eclipse that are not present in Visual Studio and vice versa?
- What are the shortcut keys to change to the next and previous tab in Eclipse on Mac OS X?
- What are the default Eclipse update sites?
- What is the Eclipse equivalent of IntelliJ "Live templates"?
- What are the differences between android studio and the eclipse version bundled with android SDK
- Eclipse Console - what are the rules that make stack traces clickable?
- Eclipse cleanup - what are the ".index" files - can I safely delete them?
- What are the best resources to get started with Eclipse plugin development?
- Does Eclipse shows what are the list of classes extending current class
- What are the new features in Eclipse Galileo?
- What are the different eclipse shortcuts available?
- Which JRE version to use while making new Java Project in Eclipse and what are the drawbacks?
- What are the settings needs to be done in Eclipse IDE to run C/C++ Clang format plugin?
- Eclipse Remote Development, what are the options?
- What are the common tricks in eclipse when working with jsp files?
- What is the Eclipse equivalent of IntelliJ Ctrl + N
- What are the corresponding ant javac options for Eclipse compiler settings?
- What is the ToolTip library that Eclipse uses when hovering over variables?
- what are the steps to replace system.out.println with loggers in java eclipse project?
- What are the best tips & tricks you use with Eclipse PDT
- What are the advantages of PEP or Cola? (Eclipse pairing plugins)
- What are some good references/articles/posts for Eclipse -> Intellij converts?
- What are the packages in /configuration/ used for in my Eclipse directory?
- What are the best JVM settings for Eclipse Luna (better performance)?
- What are the best JVM settings for Eclipse on windows 7 64 bit?
More Query from same tag
- Unable to see spring starter project in eclipse
- FileReader cannot read from resource folder Java when exported
- Eclipse not launching for MacOS Sierra
- Unable To Launch Android SDK with Eclipse On Ubuntu 11.1
- Text outline in swt
- Debugging - GNU ARM Bare Metal Development
- how to pass java 8 lambda expression for IStatus Object to Logger api (Custom Logger)
- SecurityException: Unable to find field for dex.jar
- where to put properties file in project (no resources folder is there)
- Java eclipse compiler is stuck with an old process. how to fix it?
- What happens internally when I "Run Spring as JUnit Test"?
- Eclipse neon "no staged files" error
- Setting up basic jBPM project without external repository
- How to transfer Eclipse workspace and project from Windows to Linux and Mac
- Build Eclipse CDT project in docker
- error while writing Facebook login app for android
- How can I only search java class in main source folder (exclude test folder) in eclipse
- Eclipse luna jee does not recognise view Param in jsf navigation rules
- Eclipse rcp export resource file as file
- Make circles randomly dis/appear & change color using Swing Timer
- Remote Debugging Fails with IntelliJ but works with Eclipse?
- How can I configure IntelliJ IDEA to format block comments like Eclipse does?
- Eclipse android error
- eclipse plugin to change accessor modifiers for methods and attributes
- "zip file is empty" when installing RTC Eclipse plugin
- Change how eclipse formatter wraps long strings
- error in typeanumber - android.support.v4.app.fragment cannot be resolved
- LibGDX Android App Crashes on Startup
- How to auto deploy on remote tomcat by maven?
- Eclipse : does it sometimes cause an error even though it has not an issue with code?