[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<?>

Without Class<?>

Current Result
Expected Result
Additional Informations