0

Here is a problem with MyEclipse. While I input "." after some variables e.g. list.size(), in the past Eclipse automatically suggested me all possible methods and options. But now this function is not working. And also I have already enabled the Auto Activation option in Eclipse preferences. MyEclipse Version = 10.7.1

If someone knows about this problem, please suggest me how to solve.

Lan
  • 6,470
  • 3
  • 26
  • 37
Bahramdun Adil
  • 5,907
  • 7
  • 35
  • 68
  • 2
    Did you try these suggestions http://stackoverflow.com/questions/8729796/myeclipse-10-autocomplete-not-working? – ılǝ Mar 06 '13 at 03:39
  • If you verify the settings as suggested by ile and they look correct, can you post a sample of a test class you've created in Eclipse that is displaying this behavior, including where you are expecting the Auto Activation option? – AWT Mar 06 '13 at 03:40
  • Yeah i opened the link that you suggested me, I tuned on Autocompletion by going to Java->Editor->Content Assist->Advanced. and selected Java Proposals. Problem has been solved. Thanks very much! – Bahramdun Adil Mar 06 '13 at 06:06

2 Answers2

2

Check the value of the content assist trigger.

Auto Activation Trigger

Java42
  • 7,628
  • 1
  • 32
  • 50
0

Since I do not have all your Eclipse setting, I would suggest going to the Preference -> Java->Editor->Content Assist and click Restoring Defaults.

Lan
  • 6,470
  • 3
  • 26
  • 37