<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Snippet Editor 2008 release</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx</link><description>I&amp;#39;ve updated the Snippet editor to work with Visual Studio 2008 and 2005 releases. Note this release requires .NET 3.5. Changes/fixes: Added 2008 product range to the list of products Fixed replacement of the install root variable for Visual Studio</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Code Snippet 代码智慧的结晶</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1742916</link><pubDate>Sun, 29 Nov 2009 14:01:56 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1742916</guid><dc:creator>Goed</dc:creator><description>&lt;p&gt;善用VS中的CodeSnippet来提高开发效率 前言在谈谈VS中的模板中，我介绍了如何创建项目/项模板，这种方式可以在创建项目时省却不少重复性的工作，从而提高开发效率。在创建好了项目...&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1742916" width="1" height="1"&gt;</description></item><item><title>善用VS中的Code Snippet来提高开发效率</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1715022</link><pubDate>Wed, 12 Aug 2009 06:46:41 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1715022</guid><dc:creator>Avril</dc:creator><description>&lt;p&gt;前言在谈谈VS中的模板中，我介绍了如何创建项目/项模板，这种方式可以在创建项目时省却不少重复性的工作，从而提高开发效率。在创建好了项目和文件后，就得开始具体的编码了，这时又有了新的重复性工作，就是需...&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1715022" width="1" height="1"&gt;</description></item><item><title>善用VS中的Code Snippet来提高开发效率</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1672580</link><pubDate>Mon, 16 Feb 2009 10:23:22 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1672580</guid><dc:creator>Anders Cui</dc:creator><description>&lt;p&gt;在谈谈VS中的模板中，我介绍了如何创建项目/项模板，这种方式可以在创建项目时省却不少重复性的工作，从而提高了开发效率。在创建好了项目和文件后，就得开始具体的编码了，这时又有了新的重复性工作，就是需要经常编写一些类似或者说雷同的代码，我们需要一种方法将这些代码管理起来，减少重复输入。这就是本文要介绍的Code Snippet，它可以看作是代码片段的模板，在粒度上比项目/项模板更小，可以进一步提高了工作效率。&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1672580" width="1" height="1"&gt;</description></item><item><title>re: Snippet Editor 2008 release</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1392512</link><pubDate>Tue, 11 Dec 2007 19:15:22 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1392512</guid><dc:creator>Wolfgang</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;a little bug in Snippet Editor 2008:&lt;/p&gt;
&lt;p&gt;In Products.vb add following after line 275:&lt;/p&gt;
&lt;p&gt;275 Dim subkey As RegistryKey = languageKey.OpenSubKey(subkeyName, False)&lt;/p&gt;
&lt;p&gt;276 If subkey.GetValue(&amp;quot;&amp;quot;) Is Nothing Then Continue For&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1392512" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2005/2008的代码段编辑器</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1337179</link><pubDate>Tue, 20 Nov 2007 00:03:52 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1337179</guid><dc:creator>自由、创新、研究、探索……</dc:creator><description>&lt;p&gt;Bill McCarthy重新带来了包括完整源码并支持Visual Studio 2008版本的编辑器，它还支持Visual Studio 2005/2008的Express版本。&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1337179" width="1" height="1"&gt;</description></item><item><title>re: Snippet Editor 2008 release</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1325382</link><pubDate>Sat, 17 Nov 2007 23:36:50 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1325382</guid><dc:creator>bill</dc:creator><description>&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;I'd be more than happy to provide support for C++ snippets especially as the C++ team has done me/us a favor or two in the past :) &amp;nbsp;However, to do that I'd need to know more details on what they support and where they store their snippet paths. If should be under HCKU\Software\Microsoft\VisualStudio\CodeExpansions\&amp;lt;product name&amp;gt; or similar. &amp;nbsp;I looked for details, but the enhancements pack wouldn't install here on Vista. The last release I could find was 11\06. The other enhancement packs are now on codeplex but not the snippet one. There's also no sign of the feature in VS 2008 that I've seen nor is there an enhancement pack with snippets for VS 2008. &amp;nbsp;So I'd be looking for some sign of commitment from the C++ team on its inclusion first.&lt;/p&gt;
&lt;p&gt;Ideally there should also be an updated snippetformat schema as the current one restricts the languages to VB, C#, XML and JSharp. &amp;nbsp;That's not a show stopper as it can easily be coded around, but it would be nice just from a reference point of view :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1325382" width="1" height="1"&gt;</description></item><item><title>re: Snippet Editor 2008 release</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1322353</link><pubDate>Sat, 17 Nov 2007 02:13:41 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1322353</guid><dc:creator>Lars Norpchen</dc:creator><description>&lt;p&gt;Hey, thanks for the update. &amp;nbsp;One question...any chance of supporting C++ snippets? &amp;nbsp;I know C++ coders are second class citizens with .net, but the VS2005 IDE does support C++ snippets with the enhancement package. I was hoping for some way to create some useful snippets for C++ without having to hand edit XML. &amp;nbsp;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1322353" width="1" height="1"&gt;</description></item><item><title>Snippet Editor for Visual Studio 2005/2008 | .Net@Think</title><link>http://msmvps.com/blogs/bill/archive/2007/11/06/snippet-editor-2008-release.aspx#1307863</link><pubDate>Tue, 13 Nov 2007 23:30:43 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1307863</guid><dc:creator>Snippet Editor for Visual Studio 2005/2008 | .Net@Think</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Snippet Editor for Visual Studio 2005/2008 | .Net@Think&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1307863" width="1" height="1"&gt;</description></item></channel></rss>