When I like to create a new variable of type ImageObserver
and the line starts like this:
IO
and I press Ctrl+Space , I get a couple of wrong suggestions! Suggestions for abbrevs that do not fully match!
Eclipse's content assist suggestions are:
- IOException (no! full abbrev is IOE, not IO!)
- IOError (no! full abbrev is IOE too, but not IO!)
- IndexOutOfBoundsException (no! full abbrev is IOOBE, not IO!)
- ImageObserver (yes! full abbrev is IO)
- ImageOutputStream (no! full abbrev is IOS, not IO!)
How to get rid of all the other non-full-matching-abbrevs?