-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring-configuration-metadata : must have primitive type property before F3 navigation works #1030
Comments
Add a dummy field that is a primitive type makes F3 navigation work:
|
Fixed with e9b7518 (and two commits above it) |
@space88man Almost forgot... Thanks very much for taking the time to investigate the issue, providing great description and assembling a test project for this issue. Much appreciated by all of us on our end. We have included you test projects with use cases in our unit tests |
Describe the bug
When a
@ConfigurationProperties
does not have a field that is a primitive type it will not navigate with F3.The root and child don't navigate with F3 and get
The operation is not applicable to the current selection
. The grandchild works as it has fields that are primitive type.To Reproduce
CAN'T navigate with F3: app, app.service1
CAN navigate with F3: app.service1.service
Sample
gh-sts4-sampleV2.zip
The text was updated successfully, but these errors were encountered: