Eclipse 2021-09 code completion not showing all methods and classes

In Eclipse 2021-09 (4.21) everything of java.awt.* is filtered out in the content assist by default. To disable this default filter, go to the preferences (Window > Preferences; in macOS in the application menu) Java > Appearance > Type Filters and uncheck the checkbox java.awt.*. I reported it to Eclipse and it has been fixed … Read more