-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Milestone
Description
[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
- Create Java project, make @interface class type
- 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<?>

Current Result
Expected Result
Additional Informations
Reactions are currently unavailable
