Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 787
David Gardiner Avatar asked Aug 24 '12 02:08

David Gardiner


1 Answers

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 .

like image 108
Zyberzero Avatar answered Sep 28 '22 02:09

Zyberzero