camel-tooling / camel-idea-plugin

Apache Camel Intellij IDEA plugin
Apache License 2.0
203 stars 52 forks source link

Support for URI starts with property holder #164

Open fharms opened 7 years ago

fharms commented 7 years ago

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"

davsclaus commented 7 years ago

See also #220