Display XPath of current element when editing XML document in Visual Studio

visual-studio-2010, visual-studio-2012, xml, xpath

Solution

I've just found this a tool called http://reasoncodeexample.com/2013/04/29/xpath-information-in-visual-studio/

Direct link: http://visualstudiogallery.msdn.microsoft.com/c06c7b10-41c3-4aa9-8707-570eb9d879e6

It does exactly that. However, I don't know if it works in 2010, it says it should work in 2012 .

Problem

Is there an extension/add-in or feature of Visual Studio that will display the XPath expression for the current element when editing an XML document? I use VS2012 and VS2010

Original source