machaval / mule-intellij-plugins

Mule Intellij Plugin
Apache License 2.0
44 stars 24 forks source link

Elements with the http namespace are not recognized #92

Closed jbenhamou closed 7 years ago

jbenhamou commented 7 years ago

The IntelliJ Mule editor does not recognize elements with the http namespace

skitch
jmileson commented 7 years ago

I had this problem too, I fixed it by mapping the URI for the schema to a local file. Open Settings > Languages & Frameworks > Schemas & DTDs, then add a new entry in "External Schemas and DTDs". Map the URI to the local location for the "mule-httpn.xsd"

image

javaduke commented 7 years ago

The schema handling has been improved in the latest release, it is still not ideal, but better :)