How to make eclipse auto completion feature work effectively -


i using content assist in eclipse since long time. there problem in eclipse, have enabled content assist , whenever writing primitive

 string username = new string(); 

then instead of taking own primitive type, type space ide append reference variable name

usernamestring;

so there way can disable space bar automatically auto complete code , responsibility of auto completion should handeled enter key whenever want something, having freedom of selecting specific option.


Comments