take property keys inside of annotations into account when looking for property key references #1397
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
type: enhancement
Milestone
At the moment, find all references for property keys takes property files and YML files into account, but does not find property keys used in annotations like
@Value
and@ConditionalOnProperty
. We need to add support for that.The text was updated successfully, but these errors were encountered: