So 56% was wrong. All of these uses eclipse JDT in some way to provide their Java support.

You might not like the UX of Eclipse IDE but your other IDE wouldn’t work without it’s continued existence.
And before someone says so - yes IntelliJ does not *require* eclipse JDT but have you tried enabling it as intellijs compiler ? Speed is much better; you can get error messages for the whole project and you can run code without having everything compile. It’s liberating :)
Che, gitpod, GitHub workspaces all web based IDES which behind the scene uses the Java language server developed by @rhdevelopers teams which uses @EclipseJavaIDE JDT “headless”
And emacs, vim and other traditional text editors Java support - have Java support through the same language server.
And fun fact - vscode not only uses eclipse JDT through the Java language server - big parts of the core development team Behind vscode is from the original Eclipse platform and JDT team.
In short - if you want Java development tools to improve the most - help make Eclipse JDT better!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Max Rydahl Andersen

Max Rydahl Andersen Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @maxandersen

3 Aug 20
1/ Tips and tricks for writing java cli apps in 2020, a thread...
2/ There are a lot of little small things to deal with when writing cli apps that looks and behave nicely - the following are some of the things I've used and/or found out while writing jbang...
3/ Parsing command line arguments is on its face a simple task but if you want to do it well you do benefit greatly from a library to do it rather than manually munging the String[] you get handed.

There are a bunch of them but my clear winner is @picocli. It just does it all...
Read 16 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(