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

auto completion doesn't show up for property names #1418

Open
martinlippert opened this issue Nov 28, 2024 · 2 comments
Open

auto completion doesn't show up for property names #1418

martinlippert opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion theme: property-editing-support type: bug

Comments

@martinlippert
Copy link
Member

@ConditionalOnProperty(prefix = "server.http2", name = <*>)

does not show up content-assist for the corresponding property keys.

@ConditionalOnProperty(prefix = "server.http2", name = "<*>")

works as expected.

@martinlippert martinlippert added type: bug theme: property-editing-support for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion labels Nov 28, 2024
@martinlippert martinlippert added this to the 4.28.0.RELEASE milestone Nov 28, 2024
@martinlippert martinlippert self-assigned this Nov 28, 2024
@martinlippert
Copy link
Member Author

martinlippert commented Nov 28, 2024

@ConditionalOnProperty(name = , prefix = <*>)
@ConditionalOnProperty(name = , prefix = "<*>")

also does not show up content-assist.
This works:

@ConditionalOnProperty(name = <*>, prefix = )

@martinlippert
Copy link
Member Author

martinlippert commented Nov 29, 2024

Related JDT issue: eclipse-jdt/eclipse.jdt.core#3260
(for the issue mentioned on top of the issue report)

Related JDT issue around the additional comment: eclipse-jdt/eclipse.jdt.core#3155
(most likely related, so need to wait for the new JDT version to arrive on Maven Central in order to update to that version and continue from there)

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: code completion theme: property-editing-support type: bug
Projects
None yet
Development

No branches or pull requests

1 participant