You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When invoking content assist (Ctrl+Space) in free-variable position (no object expression) there are a lot of low value proposals high in the list if there are static star imports or favorites (Window > Preferences >Java > Editor > Content Assist > Favorites) at play. Within a closure there are some additional proposals like delegate, directive, etc.
The text was updated successfully, but these errors were encountered:
When invoking content assist (Ctrl+Space) in free-variable position (no object expression) there are a lot of low value proposals high in the list if there are static star imports or favorites (Window > Preferences >Java > Editor > Content Assist > Favorites) at play. Within a closure there are some additional proposals like
delegate
,directive
, etc.The text was updated successfully, but these errors were encountered: