We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
See also #220
Sorry, something went wrong.
No branches or pull requests
We should see if we could support smart completion and validation for URI starts with an property placeholder like in the example below.
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"
The text was updated successfully, but these errors were encountered: