While spelunking around in VS 2005, I found an amazingly cool Code Snippet - the "Code Snippet" snippet (found at C:\Program Files\Microsoft Visual Studio 8\xml\1033\expansions\snippet.xml on my box).
In addition to this nice "meta-snippet," Chris Lovett and the gang have included a boatload of XML Schema snippets to reduce the tedium of defining things like this:
<xs:complexType name="name">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="attName"></xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Between the two of these finds, I was overcome by the urge to create a corresponding set of snippets for creating and editing WSDL/1.1 files.
Comments/flames welcome (hey, my blog has comments!).
Posted
Nov 13 2004, 06:07 AM
by
don-box