Skip to content

Overruler/eclipse.jdt.core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

With Improvements, JDT Core and JDT UI

This and its sister fork contain the additional features in JDT Core and JDT UI that I find useful but are missing from the official Eclipse IDE. These include:

Ever seen something like this...

The bog standard Eclipse IDE:

Screenshot showing no suggestions for ArrayList and other subclasses of List

And wished it looked more like this

Screenshot showing all List subclasses suggested in my custom color-theme Eclipse

Well...

I can't help with your terrible taste in color themes, but the Content Assist changes are included here!

And there's more!

More relevant suggestions getting promoted

Content Assist suggests methods from the concrete class before methods from super-classes.

Screenshot showing Component methods listed before JFrame's Screenshot showing methods from JFrame suggested first

Refactoring on Steroids

Ctrl-Alt-Left and Ctrl-Alt-Right are like Ctrl-C, Ctrl-V, except smarter.

Animated GIF recording showing refactoring and inlining local variables

Installing

Clone both JDT Core and JDT UI repositories in Eclipse SDK, import the projects eclipse.jdt.core and eclipse.jdt.ui, make sure the code compiles and export both projects to the current installation.

License

The license is still Eclipse Public License (EPL) v1.0

About

JDT/Core project repository (eclipse.jdt.core)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%