I'd like to use vs2008 to edit sitecore's xslt it is a regular xslt with normal .net extensions.
Is it possible to add the extension objects to the xslt processor context in visual studio 2008 or visual studio 2010?
It can be done easily in code using AddExtensionObject. But I'm not sure how to accomplish the same thing in visual studio.