Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Auto complete show substring matches before exact matches
Auto complete show substring matches before exact matches [message #1803493] Fri, 01 March 2019 10:27
Eclipse UserFriend
I recently got a new computer, and installed Eclipse 2018-12 (4.10.0)

For some reason, the Java auto complete is showing substring matches first. If I have a list called myList, and I type myList.stream(), auto complete will change it to the first substring match, which is myList.parallelStream(). Similarly, on a Stream, .map(mapper) gets turned into .flatMap(mapper).

I've attached a screenshot of this.

I have looked everywhere for someone else having this issue, or for how to fix it, but with no luck. Does anyone have any ideas?
Previous Topic:No 32bit Eclipse any more for v4.10? What to use for 32bit Java?
Next Topic: Clean Project Before Running It
Goto Forum:
  


Current Time: Sun Aug 31 09:32:16 EDT 2025

Powered by FUDForum. Page generated in 0.02776 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top