vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

[Bug] Autocompletion not working in @interface class

Open mamilic opened this issue 1 year ago • 1 comments

[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

mamilic avatar Mar 14 '24 18:03 mamilic