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
Often I just want to use content-assist (Ctrl+Space) to supply the import statement. However the exact-match proposal for a type can be buried within the proposal list:
In my case, the matching item is below the scroll belt, so it is difficult to navigate to quickly. Due to dynamic nature of Groovy, an unresolved type is just seen as a variable expression, so Organize Imports (Ctrl+Shift+O) does not always offer an answer.
The text was updated successfully, but these errors were encountered:
Often I just want to use content-assist (Ctrl+Space) to supply the import statement. However the exact-match proposal for a type can be buried within the proposal list:
In my case, the matching item is below the scroll belt, so it is difficult to navigate to quickly. Due to dynamic nature of Groovy, an unresolved type is just seen as a variable expression, so Organize Imports (Ctrl+Shift+O) does not always offer an answer.
The text was updated successfully, but these errors were encountered: