Are there any add-ins for Visual Studio that assist with editing WSF and WSC files?

WSF and WSC (Windows Script Component) files are XML files that are interpreted by the WIndows Script Host. They contain script metadata in XML elements, and one or more scripts in CDATA blocks.

Sapien PrimalScript does a great job of handling these files, and displays them as a "workspace" (or a "Solution" in VS parlance) with the embedded scripts shown, and editable, separately with syntax highlighting, basic intellisense, etc.

When I open these files in VS it just displays as an XML file.

Is there an add-in for Visual Studio that will do more like what PrimalScript does? I can use PrimalScript if I have to, but I'd rather not install a separate tool if I can help it.

link|improve this question

What kind of files are these? – John Saunders Dec 1 '10 at 2:18
@John Saunders: I just added a description of the files to the question. – Andrew Cooper Dec 1 '10 at 2:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.