I have checked all fields in Eclipse/Preferences/Editor/Content Assist/Advanced but I still can't view any default proposal while executing Ctrl+Space, even if my code recognizes if statements or include's(I have installed C/C++ Development Tools).
For instance I would like to be able to view all proposals while typing
"lastTrackableId = trackable(Ctrl+Space)" instead of getId(); in the above code
lastTrackableId = trackable.getId();
Any help please?