Skip to content
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

application.properties/yaml autocomplete for nested enums regression #1021

Closed
alex-kormukhin opened this issue Mar 29, 2023 · 1 comment
Closed
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: property-editing-support type: bug

Comments

@alex-kormukhin
Copy link

Describe the bug
Spring Tool Suite 4.18

For nested enums:
image

in list/set/map properties structs:
image

if enum type used in C.E form (not E with C.E import) properties autocomplete is not work.
Wrong substitution:
image

and no value suggestions:
image

In Spring Tool Suite 3.9.22 all works fine:
image

image

To Reproduce
Try use properties/yaml autocomplete in attached example.zip project.

Sample

Attach example.zip project.
example.zip

@BoykoAlex
Copy link
Contributor

The issue was that types needed to be resolved for types members. Hopefully fixed with 8067e38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: property-editing-support type: bug
Projects
None yet
Development

No branches or pull requests

3 participants