-
Notifications
You must be signed in to change notification settings - Fork 513
Closed
eclipse-jdtls/eclipse.jdt.ls
#3584Milestone
Description
The autocomplete does not delivery proper results for annotation properties, eg.
@OneToOne(fetch = FetchType.LAZY, <here it sould offer some properties, like target or optional> cascade = { CascadeType.DETACH, CascadeType.REFRESH })
private Offer sourceOffer;
Instead it just shows an an empty list:
Environment
- Operating System: macOS 13.5
- JDK version: OpenJDK Runtime Environment Temurin-20.0.2+9 (build 20.0.2+9)
- Visual Studio Code version: 1.81.1 (Universal)
- Java extension version: v1.21.0
Steps To Reproduce
- Add an annotation with properties, eg Hibernate, Spring, JPS whatever
- Set cursor in the parenthesis
- Hit autocomplete
Current Result
Shows no autocomplete results
Expected Result
Shows autocomplete results
Additional Informations
This should have been working for years now ... I waited and waited, finally I found the time to make a ticket ;-) (no offence)
mojo2012
