Indicate your preferences settings for the content assist for static members on the Java > Editor > Content Assist > Favorites preference page.
You can define a list of static members and types containing static members on this page. Content assist will propose those members even if the import is missing.
To see the static import proposals, make sure Use static imports is enabled on the Content Assist preference page
Action |
Description |
---|---|
New Type |
Add a new type to the list. All static members declared by the added type will be proposed by content assist. |
New Member |
Add a static member to the list. The member will be proposed by content assist. |
Edit |
Edit the selected entry. |
Remove |
Removes the selected entry from the list. |