Skip to content
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

Autocomplete doesn't work on Java Annotations #147

Closed
mkbaldwin opened this issue Nov 2, 2015 · 0 comments
Closed

Autocomplete doesn't work on Java Annotations #147

mkbaldwin opened this issue Nov 2, 2015 · 0 comments

Comments

@mkbaldwin
Copy link

I'm not sure if this is a bug, or just a missing feature. Auto-completion in the groovy editor doesn't seem to work for references annotations implemented in Java.

So, for example if I am working with the Spring Framework and annotate a method with a request mapping I should be able to type in @RequestMapping(" then press Ctrl+Space to see a list of all the parameters I can provide. This is not happening when I am annotating Groovy files with the Groovy editor.

eric-milles added a commit that referenced this issue Dec 11, 2016
Completion support is very basic at this point. Only annotation
attributes should be suggested within an annotation's parenthesis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants