Eclipse Kepler does not show offers

I am using Kepler eclipse with java8 and ubuntu 04/14.Eclipse show me a java suggestion of a predefined class and methods. But it does not show the suggestion of classes / methods declared by me. I have a search and found solution that Windows> Preferences> Java> Editor> Content Assist> Advanced> and set the default value. But it is not useful to me. He shows me all the suggestions, including the class and the jar method. But this is not a suggestion for my application class and method or variable of any class.

+4
source share
1 answer

I had the same problem. The eclipse update worked.

0
source

All Articles