camel-tooling / camel-tooling/camel-idea-plugin
Support for URI starts with property holder
Open
- Dominant language
- Java
- Stars
- 210
- Forks
- 59
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 6
Description
We should see if we could support smart completion and validation for URI starts with an property placeholder like in the example below.
> ("{{IMPORT_SERVICE_URL}}?ids=$simple{header." + ImportConstants.USER_ID_HEADER + "}&bridgeEndpoint=true"))
We would have to resolve the property placeholder to be able to provide correct syntax for smart completion or validation.
The tricky part is that you could have multiple property files defining the same property. eg "-Dev", "-Test"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.