Hippo Spring Context in Intellij

Intellij offers some cool features if you configure the application context correctly.

If I create my own overrides that the Hippo Spring context then picks up, i can add those as context.
But that ignores the rest of the actual Hippo context thats made up of a lot of XMLs in the source code of Hippo itself.

Is there a way to integrate Hippos Spring Context in Intellij for autocompletions sake? Apart from manually copying the XMLs?

Thanks for your time.

Just go to Project Structure > Modules > (Select Spring Facet of choice) and press “+” button on the toolbar
You can add all HST, CXF etc spring definitions.

2 Likes