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

[Bug] Autocompletion not working in @interface class #3533

Open
mamilic opened this issue Mar 14, 2024 · 0 comments
Open

[Bug] Autocompletion not working in @interface class #3533

mamilic opened this issue Mar 14, 2024 · 0 comments

Comments

@mamilic
Copy link

mamilic commented Mar 14, 2024

[provide a description of the issue]
Autocompletion not working in @interface java class after
Class<?>[] groups() default {};

Environment
  • Operating System:
  • JDK version:
  • Visual Studio Code version:
  • Java extension version:
Steps To Reproduce
  1. Create Java project, make @interface class type
  2. public @interface Test {

Class<?>[] groups() default {};

List
}
3. try to autocomplete List

[Please attach a sample project reproducing the error]
Please attach logs
With Class<?>
image

Without Class<?>
image

Current Result
Expected Result
Additional Informations
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

1 participant