문제

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