support @ConditionalOnProperty in property navigation feature #1033
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: property-editing-support
type: enhancement
Milestone
As a follow-up from #761, we should also support navigating to the property definition locations when using
@ConditionalOnProperty
, for example@ConditionalOnProperty("petclinic.s1.message")
Also consider navigating to property defined by
prefix
andname
:@ConditionalOnProperty(prefix = "notification", name = "service")
The text was updated successfully, but these errors were encountered: