Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you get Eclipse to auto-suggest methods?

I just deleted Eclipse and the Android SDK completely, and reinstalled them together from the Android SDK bundle. (I did this because a lot of bloat had built up over time and I couldn't get SDK Manager to recognize new versions of ADT.)

Eclipse used to pop up with a list of all available methods of a class if I typed the name of the class and then a dot, and would start filtering the list down as I continued to type. This feature is not working since I reinstalled. How can I turn it on?

I already installed API 17's sources and documentation in SDK Manager.

like image 864
Tenfour04 Avatar asked Dec 12 '22 20:12

Tenfour04


1 Answers

The following boxes needed to be checked in the Java -> Editor-> Content Assist -> Advanced section of the Preferences:

  • Java Non-Type Proposals
  • Java Proposals
  • Java Type Proposals
like image 109
Tenfour04 Avatar answered Dec 27 '22 08:12

Tenfour04