I am using Kepler eclipse with java8 and ubuntu 14.04 .Eclipse show me suggestion java predefined class and methods.But it does not show suggestion of classes/method declared by me.I have search and found solution that Windows > Preferences > Java > Editor > Content Assist > Advanced' and set default . But it is not helpful for me.It show me all suggestion including jar class and method. But it is not show suggestion for my application class and method or variable of any class.
Asked
Active
Viewed 298 times
3

Ardeshana Milan
- 373
- 5
- 23

Anuj Dhiman
- 1,550
- 3
- 26
- 51
-
Check once in Preferences > Java > Editor > Content Assist > Favorites --> Restore Default – Ardeshana Milan Mar 29 '16 at 08:57
-
@ArdeshanaMilan this is not working for me – Anuj Dhiman Mar 29 '16 at 09:40
-
Have you tried rebooting? I had this issue once with an older eclipse and restarting my laptop fixed it. – Display Name Mar 30 '16 at 05:01
-
I suggest you show the actual details of your classes and project. There may be a perfectly good reason why it's not showing the completions you expect. – David M. Karr Mar 30 '16 at 05:15
-
you should really consider updating your eclipse – Svetlin Zarev Mar 30 '16 at 06:31