Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fuzzy auto complete in Eclipse

Few days ago, I download a new version of Eclipse(4.4.2), and found a new feature on that, is fuzzy auto complete (as the bottom picture in screenshot below).

Screenshot

When I switch to another workspace, this feature has gone, it only allow prefix to auto complete (as the top picture in screenshot).

Did any one know where is this feature's setting in eclipse?

like image 583
Gnayils Avatar asked Aug 30 '15 04:08

Gnayils


People also ask

How do you autocomplete in eclipse?

In Eclipse click Windows Drop-Down > Click Preferences > Navigate to Java > Editor > Content Assist In order to Make the Auto suggestion/completion to work you have to set trigger that invoke the Auto Completion.

How do I autocomplete variables in Eclipse?

it only works after you have created some variables. you type the first letter/letters and when you click ctrl + space you get a list of all the variables that start with that letter/letters. it's an auto-complete tool...

How do I turn off autocomplete in eclipse?

Open menu Window, then Preferences. Follow path Java -> Editor -> Content assist. Now mess around with the settings to find your ideal setup. I believe what you'll want is to deactivate Insert single proposals automatically.

Does Eclipse have code completion?

To activate automatic code completion in IDE plug-in for Eclipse: In Eclipse, select Window > Preferences. In the Preferences window, select JavaScript > Editor > Content Assist.


1 Answers

After i half delete/half reserve file in .metadata directory, I found this feature setting in Eclipse finally. Open Preferences dialog, navigate to Code Recommenders->Completions, check the option [Enable intelligent code completion] and [Subwords-Completion Processor].

like image 126
Gnayils Avatar answered Sep 21 '22 18:09

Gnayils