Current behaviour
"microprofile(unknown)" rule is triggered if the extension could not detect if a defined property is being referenced in any Java file.
Requested feature
Could it be expanded to also detect references from Property files?
Example
In the following example, it is referenced in the next line.
variable.for.testing=${ENV_WITH_URL:https://www.google.com}
quarkus.rest-client.dummy-api.url=${variable.for.testing}
Additional information
InlayHint already detects the value
Current behaviour
"microprofile(unknown)" rule is triggered if the extension could not detect if a defined property is being referenced in any Java file.
Requested feature
Could it be expanded to also detect references from Property files?
Example
In the following example, it is referenced in the next line.
Additional information
InlayHint already detects the value