application.properties/yaml autocomplete for nested enums regression #1021
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: property-editing-support
type: bug
Milestone
Describe the bug
Spring Tool Suite 4.18
For nested enums:
![image](https://user-images.githubusercontent.com/99888299/228676481-0b647d0d-d434-43c6-97f1-88f3c7f574f7.png)
in list/set/map properties structs:
![image](https://user-images.githubusercontent.com/99888299/228676728-6c36cc92-c8df-4ebd-a554-2c3fdf6a0eac.png)
if enum type used in C.E form (not E with C.E import) properties autocomplete is not work.
![image](https://user-images.githubusercontent.com/99888299/228677703-71a8e402-74d9-438d-88f7-96b70acaed0a.png)
Wrong substitution:
and no value suggestions:
![image](https://user-images.githubusercontent.com/99888299/228677866-619cdc41-28e3-4ed0-b7f5-cd52eed902d2.png)
In Spring Tool Suite 3.9.22 all works fine:
![image](https://user-images.githubusercontent.com/99888299/228678213-7440d599-b63d-4c3d-99cb-5dcb9c348e91.png)
To Reproduce
Try use properties/yaml autocomplete in attached example.zip project.
Sample
Attach example.zip project.
example.zip
The text was updated successfully, but these errors were encountered: