data-weave-intellij-plugin
data-weave-intellij-plugin copied to clipboard
Unable to resolve reference of Mule::lookup.
The Preview doesn't work if mapping contains Mule::lookup function calls. There should be a way to mock the response of Mule::lookup in the scenario.
@machaval
This is really annoying, if there's Mule::lookup in the mapping, it marks the entire code as red and shows this huge popup. Is there any way to disable this? Perhaps there can be some kind of setting, e.g. in preview instead of lookup there could be some hardcoded value?
Agree for now you can add in your src/test/resources a module called Mule. With a lookup implementation that you want to use