Th3 Posted June 2, 2015 Posted June 2, 2015 (edited) If you don't pick Intellij, you suck. Edited June 2, 2015 by Th3
Novak Posted June 2, 2015 Posted June 2, 2015 intellij is for more advanced users, eclipse is for beginners 1
fixthissite Posted June 2, 2015 Posted June 2, 2015 (edited) intellij is for more advanced users, eclipse is for beginnersSo I'm a beginner?Honestly, a lot of advanced developers still prefer to use vim. It's all about the person. Edited June 2, 2015 by fixthissite 1
MalikDz Posted June 2, 2015 Posted June 2, 2015 (edited) intellij is for more advanced users, eclipse is for beginners that's crap lol on topic , eclipse for sure Edited June 2, 2015 by MalikDz
Czar Posted June 2, 2015 Posted June 2, 2015 i keep tryna go to intellij , netbeans etc but the heart remains at eclipse 4
fixthissite Posted June 2, 2015 Posted June 2, 2015 Just to clear things up, although IntelliJ is a more advanced IDE, using it for scripting is an overkill. Yeah, the indexing is nice when you have tons of files between multiple languages, which is a big reason a developer may choose IntelliJ. But for programs with like 10 to 20 classes all written in Java, using IntelliJ is like killing an ant with a flamethrower. Once again, it comes down to preference. Some people like the feel of IntelliJ, some like the feel of Eclipse. I've used both, and my opinion is, Eclipse is just fine. Leave it alone guys. Btw, if you look, everyone is all "IntelliJ or get out", but give no reasons.... hmmm... 2
Uchiha Sasuke Posted June 2, 2015 Posted June 2, 2015 I use eclipse more often so I prefer that over others.
Khaleesi Posted June 3, 2015 Posted June 3, 2015 (edited) intellij is for more advanced users, eclipse is for beginners This just made you even lower then a beginner xD Been using eclipse for several years Nothing to do with beginner, advanced, expert ... IntelliJ maight be more advanced, but scripting is probably the lowest form of java you can possiby go ... So I don't see any positive note that intelliJ has over Eclipse for making scriipts at all. Khaleesi Edited June 3, 2015 by Khaleesi
Botre Posted June 3, 2015 Posted June 3, 2015 I used Eclipse for Java for about a year. Have been using IntelliJ for around a month now.Eclipse is slower in terms of navigation, auto-complete, etc... IntelliJ's code inspection and analysis = amazing but I guess you can add similar (if not superior) features to Eclipse via its vast plugin library, something IntelliJ lacks. Also IntelliJ starts up really slowly (about 5 times less fast than Eclipse). I recently returned to Eclipse to start learning C & C++ (because MVS was really laggy) because it's basic, user friendly, expandable and quick to set up. But I don't think I'll switch back to it for Java anytime soon.