Skip to content

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

@mamilic

Description

@mamilic

[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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions