Can I have both Eclipse and IntelliJ?

Can I have both Eclipse and IntelliJ?

Yes, you can use both Eclipse and IntelliJ together.As these IDEs keep their project data and setup in separate files to avoid conflicting:

  • Eclipse saves files in the.project,.classpath, and.settings folders.
  • IntelliJ saves files in the.idea and *.iml formats.

Also, it also won’t cause any issues with version control systems like Subversion.