-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems during content assist (only happens with '@') #780
Comments
What version of Groovy Development Tools do you have? If you scroll down in the proposals are there annotations proposed? I think it is just taking some time to process your classpath. |
Some background information for any interested parties: Groovy cannot satisfy this request from the Java annotations index alone. Groovy annotation collector types like With some prefix character(s), the names index can cut down the number of types that must be examined quite a bit and so you should experience "normal" responsiveness in that case. |
Awesome! Thank you very much 😄 |
Related Issue
#209
Environment
Symptoms
@
around class/method/field/...Ctrl + Space
(it's a shortcut for Auto Complete)It doesnt happen when..
Type
@
with one or more letter@W
- suggestion works normally - such asWebMvcTest
@D
- suggestion works normally - such asDataJpaTest
Or Type anything other than
@
The error prompt
Suggestion panel after the prompt closed
The text was updated successfully, but these errors were encountered: