Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to tell Eclipse to show content assist automatically?

When I am typing Eclipse does not automatically shows content assist, but only after I press Ctrl + Space. I used to type class name and Eclipse gave good proposals automatically.
But now it is not working.

like image 827
Volodymyr Levytskyi Avatar asked Oct 18 '13 12:10

Volodymyr Levytskyi


2 Answers

Go to, Window >> Preferences >> Java >> Editor >> Content Assist >> Auto activation triggers for Java, and enter .abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ , this will trigger the auto activation for class names, methods, etc.

like image 87
Elye M. Avatar answered Oct 05 '22 23:10

Elye M.


Look in Preferences in Java / Editor / Content Assist and check the Enable auto activation check box is ticked and has a sensible delay.

like image 29
greg-449 Avatar answered Oct 05 '22 23:10

greg-449