Jump to content

Anyone else agree that Eclipse is a terrible IDE?

Robi_g

My uni uses it because it's free and cross platform, but everyone on my course and all the moderators in labs agree that if there's a problem it's probably just "eclipse being sh*t".

It's meant that I now use the command line and notepad++ to write C. I'm moving to visual studio but was wondering if anyone on here felt the same.

Link to comment
Share on other sites

Link to post
Share on other sites

I use JCreator, I used Eclipse a few years ago when I attempted to make a Minecraft mod from YouTube tutorials and I had no knowledge of Java. So I don't remember how good it was exactly.

Intel Core i7-5820K (4.4 GHz) | Gigabyte GTX 970 G1 Gaming | Corsair Vengeance LPX 16GB  | 2x 360mm Custom Loop (Noctua iPPC) | ASRock X99 Extreme6 | Samsung 840 EVO 250GB | Fractal Design Define S | Corsair HX750 | Windows 10 | Corsair M65 RGB PRO | Corsair K70 RGB LUX (CherryMX Brown) | Beyerdynamic Custom One Pro & Creative Sound Blaster Z | Nexus 6P (32GB Aluminium) | Check out my setup: Project Kalte Here!

Link to comment
Share on other sites

Link to post
Share on other sites

Link to comment
Share on other sites

Link to post
Share on other sites

I am just beginning to learn C, but I am only using Gedit and the command line with GCC

maybe when I start with C++ I'll work with an IDE, but for now I like the more involved approach.

I am however, looking to see what IDEs are worth the effort.

Link to comment
Share on other sites

Link to post
Share on other sites

Agreed

I used it to make android apps, since i switch to android studio(based on JetBrainsIntelliJ IDEA) i will never go back.

I have used other products(webstorm & phpstorm) form that company and there in my opinion the best, easy to use, can use plugins. 

Link to comment
Share on other sites

Link to post
Share on other sites

I hate Eclipse from the bottom of my heart! :)

Me too :P 

 

I also moved to the JetBrains Products. Especially since they offer a Community Edition for IDEA. 

Link to comment
Share on other sites

Link to post
Share on other sites

Me too :P

 

I also moved to the JetBrains Products. Especially since they offer a Community Edition for IDEA. 

Now that I think about it. I think there isn't any software out there (including professional software) that I hated more than Eclipse, after years of working with software ranging from Ps, After Effects, Sony Vegas, CAD and so on to IDEs, compilers and so on, I don't think I hate anything more than Eclipse. I even enjoyed using Turbo C compared to Eclipse. :D

Link to comment
Share on other sites

Link to post
Share on other sites

There is no reason to use IDE's unless you are working with large frameworks. 

Link to comment
Share on other sites

Link to post
Share on other sites

I no longer use Java, I am more of a C# type of guy, I love .net and Unity works with C# so yeah. But when I did use Eclipse I loved it, thought it was great. I then used Visual Studio ad realised how much VS was. Eclipse really is not great.

Link to comment
Share on other sites

Link to post
Share on other sites

I do java programming on my school's robotics team, and this year they dropped support for netbeans and made it eclipse only, and I do agree it's terrible. 

I am conducting some polls regarding your opinion of large technology companies. I would appreciate your response. 

Microsoft Apple Valve Google Facebook Oculus HTC AMD Intel Nvidia

I'm using this data to judge this site's biases so people can post in a more objective way.

Link to comment
Share on other sites

Link to post
Share on other sites

There is no reason to use IDE's unless you are working with large frameworks. 

Or you want to have experience working with them to put on your CV for later life.

 

Having moved to Visual Studio this afternoon I've found it to be infinitely better than Eclipse:

  • It hasn't crashed once.
  • It's compiled everything every time I've told it to.
  • It updates syntax errors immediately instead of whenever it feels like it.
  • I has an autocomplete funtion.
  • It doesn't open multiple windows to run.
  • The default colour scheme is dark so I'm not blinded by it.

I'm just taking my laptop into labs now, screw eclipse.

 

I think another reason for using Eclipse was that it had a free AVR plugin, but due to eclipse's inherent terribleness that didn't work either.

Link to comment
Share on other sites

Link to post
Share on other sites

I've had to use it the past 4 months at work porting our software to Chrome Native Client.

 

Its integrated GDB debugging is about the only real redeeming quality for C++ coding.

 

It's serviceable once you spend some time setting it up. That is, turning it into a fancy text editor with integrated debugging. CLion might overtake it, but as it stands there aren't a lot of worthwhile options for C++ IDEs in Linux.

main(i){for(;i<101;i++)printf("Fizz\n\0Fizzz\bBuzz\n\0%d\n"+(!(i%5)^!!(i%3)*3)*6,i);}

Link to comment
Share on other sites

Link to post
Share on other sites

Eclipse is usually broken at any given time.

 

That said, you're limiting yourself i you use an editor like Notepad++ for serious work.

Link to comment
Share on other sites

Link to post
Share on other sites

There is no reason to use IDE's unless you are working with large frameworks. 

 

haha ... sure ... 'no reason'

 

Is foundation large enough?

Mini-Desktop: NCASE M1 Build Log
Mini-Server: M350 Build Log

Link to comment
Share on other sites

Link to post
Share on other sites

Eclipse is great for Java, The JUnit/maven/git/gerrit integrations all work pretty well. Managing a huge project in it is pretty easy, we use eclipse at work all the time.

However I'd NEVER use it for C. The Visual Studio is just plain better.

CPU: Ryzen 3 3600 | GPU: Gigabite GTX 1660 super | Motherboard: MSI Mortar MAX | RAM: G Skill Trident Z 3200 (2x8GB) | Case: Cooler Master Q300L | Storage: Samsung 970 EVO 250G + Samsung 860 Evo 1TB | PSU: Corsair RM650x | Displays: LG 27'' G-Sync compatible 144hz 1080p | Cooling: NH U12S black | Keyboard: Logitech G512 carbon | Mouse: Logitech g900 

Link to comment
Share on other sites

Link to post
Share on other sites

There is no reason to use IDE's unless you are working with large frameworks. 

 

Solid blanket statement.

Link to comment
Share on other sites

Link to post
Share on other sites

i like eclipse personally. granted i only really seriously use it for java, as i have not gotten to far into C++ yet. but its nice.

Link to comment
Share on other sites

Link to post
Share on other sites

Solid blanket statement.

Yeah, I should have been more clear on the internet...

Link to comment
Share on other sites

Link to post
Share on other sites

Oh yeah, Eclipse sucks eggs. Designed by committee, hemorrhaging loss of active developers at the moment, and I mean c'mon...written for Java in Java! How could it possibly be good? 

 

(jk IntelliJ is my BAE)

"You have got to be the biggest asshole on this forum..."

-GingerbreadPK

sudo rm -rf /

Link to comment
Share on other sites

Link to post
Share on other sites

I liked eclipse when I used it, for Java.

 

I write C using vi. 

Link to comment
Share on other sites

Link to post
Share on other sites

I use Sublime Text for pretty much everything. Eclipse is nice for all the functionality, but it's so bloated and stupid that it drove me to insanity. Only reason I used it was my Uni made us do JUnit testing with it.

Motherboard: Gigabyte Z97X-Gaming 7 .:. Processor: Intel Core i7-4790k @ 4.7GHz .:. Graphics Card: MSI GTX 770 Twin Frozr OC 2GB


Storage: 1x 250GB Samsung 840 Evo, 1x 1000GB WD Blue .:. RAM: 4x4GB G.Skill RipjawzX 2133MHz .:. CPU Cooler: Cryorig R1 Ultimate


Case: NZXT H440 Black/Red .:. PSU: Corsair CX600M .:. Fans: 5x 120mm AeroCool Dead Silence, 1x 140mm AeroCool Dead Silence

Link to comment
Share on other sites

Link to post
Share on other sites

I use it for java, I think it's ok

"My game vs my brains, who gets more fatal errors?" ~ Camper125Lv, GMC Jam #15

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×