uli-weltersbach / XPathTools

A Visual Studio Extension which can run any XPath and XPath function; navigates through results at the click of a button. Can show and copy any XPath incl. XML namespaces, avoiding XML namespace induced headaches. Keeps track of the current XPath via the statusbar.
41 stars 4 forks source link

SSIS Package Support #5

Closed dallyhorton closed 9 years ago

dallyhorton commented 9 years ago

Right clicking a SSIS package and selecting View Code displays the package XML. In this mode the XPath extension doesn't work. Saving a .dtsx file with an .xml file extension and opening within Visual Studio works perfectly. So does opening a .dtsConfig file.

uli-weltersbach commented 9 years ago

Hi dallyhorton,

The XPathInformation plugin attaches itself to any Visual Studio editor window which identifies it's content as XML. You could try to follow this guide to associate the .dtsx file extension with the XML editor. I've never worked with SSIS packages so I haven't tried it myself.