Hi I have a problem with Eclipse that , after i type a variable and then a '.'
the possible functions are not being autocompleted or shown as drop down.. (For example string str = "hello"; then str. should show me something like length() or substring() ) I have already tried everything with eclipse settings as seen in this link :
Improving Eclipse autocompletion?
But it doesnt work. (Am using Java, mac ,eclipse)
Also when it shows no SWT proposals, and No default proposals, hoever if i give a space instead of '.' it shows some proposals ...
Any suggestions are appreciated..