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.

有帮助吗?

解决方案

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.

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top