Follow the XML references to other tag or file
Answered
Hello everyone,
I am new to IntelliJ, using the community edition: 2016.3
My question is on the built in XML editor. While working on XMLs, I have to move between XML references such as Ref values and parent tags. or even some XML imports. examples are below.
<property name="manageStrip" ref="ManageStrip" />
<bean id="ClosingFxSpotPricingRowPublisher" parent="AbstractFxSpotPricingRowPublisher">
<import resource="../../../common/appContexts/curvebuilder/CurveBuilder.xml" />
What I am missing here is when I click on the referenced resource I should be taken to that resource directly. I think, I had that feature with Eclipse.
May be I have to add some plugin or some other build in Editor. Or I am missing some settings. can anyone help me with this. It should be very basic question.
Regards
Shiv
Please sign in to leave a comment.
Spring support is available only in Ultimate: https://www.jetbrains.com/idea/features/editions_comparison_matrix.html.
Thanks Serge,
but these reference jumping is part of Basic XML, not specific to Spring. what do you say.
I just want to jump to that XML element (or the file). it should be part of XML editor.
It's a part of Java Enterprise support which is not available in the Community edition, sorry.