5

I did at one time configure my Eclipse/Project not to include classes from java.awt when activating content assist (Ctrl+Space).

Now I want to include content from java.awt again but I can't remember where I edited the list of classes to ignore, no I can't remove java.awt from the list to ignore. Anyone who know where that feature is in eclipse 3.7

MTilsted
  • 5,038
  • 9
  • 40
  • 71
  • Possible duplicate of [Eclipse: Exclude specific packages when autocompleting a class name](http://stackoverflow.com/questions/2073913/eclipse-exclude-specific-packages-when-autocompleting-a-class-name) – Tunaki Sep 26 '16 at 10:10

1 Answers1

8

Open the Preferences dialog. Search for ignore.

This is the tree path:

Preferences > Java > Appearance > Type Filters

Nathan
  • 7,243
  • 6
  • 46
  • 67
vlad-ardelean
  • 7,274
  • 12
  • 75
  • 115