Open martinlippert opened 1 day ago
@ConditionalOnProperty(name = , prefix = <*>)
@ConditionalOnProperty(name = , prefix = "<*>")
also does not show up content-assist. This works:
@ConditionalOnProperty(name = <*>, prefix = )
Related JDT issue: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/3260 (for the issue mentioned on top of the issue report)
Related JDT issue around the additional comment: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/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)
does not show up content-assist for the corresponding property keys.
works as expected.