-
Notifications
You must be signed in to change notification settings - Fork 219
Closed as not planned
Closed as not planned
Copy link
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodestatus: duplicatetheme: code completiontype: enhancement
Milestone
Description
Auto completion and go to definition support already exists for property keys in @Value
annotations. We need to add support for find references (all references to the property key in the code, including @ConditionalOnProperty
annotation prefix/values, property files, etc.)
The same logic should be re-used across the different annotations referring to properties (and probably even for find references logic in property files themselves as well).
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodestatus: duplicatetheme: code completiontype: enhancement