Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "IDE/Criticism"

< IDE
m
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page aims at listing criticism that is often heard from end-users about Eclipse when comparing IDEs. This can become a list of top priority issues from an end-user POV.  
+
This page aims at listing criticism that is often heard from end-users about Eclipse when comparing IDEs. This can become a list of top priority issues from an end-user POV. When possible, the concrete items should be linked to a Bugzilla entry.
  
 
For a better use, this page should contain '''no judgment''' from Eclipse contributors. People can discuss on related Bugzilla entries.  
 
For a better use, this page should contain '''no judgment''' from Eclipse contributors. People can discuss on related Bugzilla entries.  
Line 14: Line 14:
 
**"No doubt Intellij’s plugin [for SVN &amp; Git] is more reliable, has better GUI and easier to use."  
 
**"No doubt Intellij’s plugin [for SVN &amp; Git] is more reliable, has better GUI and easier to use."  
 
*[French] http://www.developpez.net/forums/d1363765-2/general-developpement/debats-developpement-best-of/quel-est-votre-environnement-developpement-edi-prefere-en-2013/#post7408401  
 
*[French] http://www.developpez.net/forums/d1363765-2/general-developpement/debats-developpement-best-of/quel-est-votre-environnement-developpement-edi-prefere-en-2013/#post7408401  
***Issue* Eclipse doesn't support Maven Out-of-the-box '''Solution?''' Make m2eclipse available by default in Java IDE package  
+
** Eclipse doesn't support Maven Out-of-the-box '''Solution?''' Make m2eclipse available by default in Java IDE package, seems to be the case since Kepler...
***Issue* JPA support is better in IntelliJ  
+
** JPA support is better in IntelliJ  
 
*[French] http://www.developpez.net/forums/d1363765-2/general-developpement/debats-developpement-best-of/quel-est-votre-environnement-developpement-edi-prefere-en-2013/#post7408095  
 
*[French] http://www.developpez.net/forums/d1363765-2/general-developpement/debats-developpement-best-of/quel-est-votre-environnement-developpement-edi-prefere-en-2013/#post7408095  
 
**Eclipse too slow '''Solution?''' Profiling and fixing perf bottlenecks  
 
**Eclipse too slow '''Solution?''' Profiling and fixing perf bottlenecks  
Line 25: Line 25:
 
**Eclipse doesn't have inner language completion (completion for an XPath expression inside Java code) compared to IntelliJ  
 
**Eclipse doesn't have inner language completion (completion for an XPath expression inside Java code) compared to IntelliJ  
 
**Java completion in IntelliJ matches context.  
 
**Java completion in IntelliJ matches context.  
**Java completion in IntelliJ understands camel-case <code>obj.mM</code> matches <code>obj.myMethod</code>) '''Solution?''' Make complation for <code>obj.xyz</code> actually match <code>obj.x*y*z</code>
+
** <strike>Java completion in IntelliJ understands camel-case <code>obj.mM</code> matches <code>obj.myMethod</code>) </strike> works in JDT editor
 +
* Why we dropped Eclipse for IntelliJ? http://www.javacodegeeks.com/2013/09/why-we-dropped-eclipse-in-favour-of-intellij.html
 +
* NetBeans evangelism http://www.adam-bien.com/roller/abien/entry/nothing_compares_8230_to_netbeans
 +
* [French] http://www.developpez.net/forums/d1456816/environnements-developpement/eclipse/etes-satisfait-l-environnement-eclipse/
 +
* [French] http://www.developpez.net/forums/d1451852/environnements-developpement/eclipse/nouvelle-version-l-environnement-eclipse-disponible-eclipse-luna-apporte-support-natif-java-8-a/
 +
** Projects can work with Maven or Eclipse m2e, but not in the other one. m2e doesn't integrate all Maven plugins.
 +
* http://java.dzone.com/articles/netbeans-ide-and-intellij-idea
 +
 
 +
[[Category:IDE-dev]]

Latest revision as of 05:57, 15 October 2014

This page aims at listing criticism that is often heard from end-users about Eclipse when comparing IDEs. This can become a list of top priority issues from an end-user POV. When possible, the concrete items should be linked to a Bugzilla entry.

For a better use, this page should contain no judgment from Eclipse contributors. People can discuss on related Bugzilla entries.

Back to the top