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

1
3 comments
Avatar
Permanently deleted user

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. 

0

It's a part of Java Enterprise support which is not available in the Community edition, sorry.

0

Please sign in to leave a comment.