<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Matt Manela's Blog : Snippet Designer</title><link>http://blogs.msdn.com/matt/archive/tags/Snippet+Designer/default.aspx</link><description>Tags: Snippet Designer</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Snippet Designer in April’s MSDN Magazine!</title><link>http://blogs.msdn.com/matt/archive/2009/04/14/snippet-designer-in-april-s-msdn-magazine.aspx</link><pubDate>Wed, 15 Apr 2009 02:33:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9549664</guid><dc:creator>MattManela</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/matt/comments/9549664.aspx</comments><wfw:commentRss>http://blogs.msdn.com/matt/commentrss.aspx?PostID=9549664</wfw:commentRss><description>&lt;p&gt;I am excited to announce that the &lt;a href="http://snippetdesigner.codeplex.com/"&gt;Snippet Designer&lt;/a&gt; is featured in the April issue of MSDN Magazine.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/dd569763.aspx#id0080016"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="msdnMag" border="0" alt="msdnMag" align="left" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/SnippetDesignerinAprilsMSDNMagazine_E895/msdnMag_3.gif" width="189" height="244" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;It is featured in the &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd569763.aspx#id0080016"&gt;Toolbox column&lt;/a&gt; where they highlight useful tools and blogs. Here is a snippet of what it says:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Creating Code Snippets is a lot easier when using Snippet Designer (version 1.1), a free, open-source Add-In for Visual Studio 2008 for creating and editing Code Snippets directly within the IDE. Once you install it, creating a new Code Snippet is as easy as going to the File menu and creating a new Code Snippet File.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;That is so cool! If you are interested go and download the &lt;a href="http://snippetdesigner.codeplex.com/"&gt;Snippet Designer&lt;/a&gt; from the Codeplex website and give me more feedback.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Also, in the same article my friend &lt;a href="http://blogs.msdn.com/saraford/"&gt;Sara Ford&lt;/a&gt; had her blog featured.&amp;#160; When I found out the Snippet Designer and Sara’s blog were in the magazine I quickly emailed to ask Sara if she knew about it.&amp;#160; She already did and also had an extra copy of the magazine for me!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9549664" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/matt/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/matt/archive/tags/Snippet+Designer/default.aspx">Snippet Designer</category></item><item><title>Snippet Designer 1.1 Released</title><link>http://blogs.msdn.com/matt/archive/2009/01/05/snippet-designer-1-1-released.aspx</link><pubDate>Tue, 06 Jan 2009 05:11:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9284420</guid><dc:creator>MattManela</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/matt/comments/9284420.aspx</comments><wfw:commentRss>http://blogs.msdn.com/matt/commentrss.aspx?PostID=9284420</wfw:commentRss><description>&lt;p&gt;I just released &lt;a href="http://www.codeplex.com/SnippetDesigner" target="_blank"&gt;Snippet Designer&lt;/a&gt; 1.1.&amp;#160; This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Some of the most notable changes are:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Languages Service are turned OFF by default now.&amp;#160; Since I was unable to figure out a way to host the C# and VB language services in the snippet editor without causing fake errors in projects I decided to give the users an option to turn them on or off.&amp;#160; If you are ok with the fake error you can turn this back on but since it really annoyed me I have it off.&amp;#160; I plan in a future release to provide some basic color coding outside of the language service so you can at least have color coded code.&lt;/li&gt;    &lt;li&gt;Many more aspects of the plug in are now configurable through the options menu under Snippet Designer.&amp;#160; you can now set the location of the snippet index, set preferences for which snippet languages you would like to appear in the snippet explorer.&lt;/li&gt;    &lt;li&gt;Several bug fixes to how the highlighting of replacements works and performance improvements with it also.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Hopefully these changes will make it much more useful so please download it and try it out &lt;a href="http://www.codeplex.com/SnippetDesigner" target="_blank"&gt;here&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h3&gt;The future…&lt;/h3&gt;  &lt;p&gt;My plans for the future are still up in the air but some of the things I would like to add are:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;More bug fixes and more feature enhancements suggested by many helpful users on the &lt;a href="http://www.codeplex.com/SnippetDesigner" target="_blank"&gt;Snippet Designer&lt;/a&gt; Codeplex page.&lt;/li&gt;    &lt;li&gt;Ability to color code snippets without using the language service.&amp;#160; I have a few options here I have been looking at.&lt;/li&gt;    &lt;li&gt;Create a website to host snippets and allow you to consume and publish from Visual Studio to this website.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;I don’t know how much time I will have to commit to any of these but hopefully I will be able to get more work done on this.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Thanks!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9284420" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/matt/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/matt/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/matt/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/matt/archive/tags/Snippet+Designer/default.aspx">Snippet Designer</category></item><item><title>The Snippet Designer is Released!!!!</title><link>http://blogs.msdn.com/matt/archive/2008/09/21/the-snippet-designer-is-released.aspx</link><pubDate>Mon, 22 Sep 2008 08:06:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8960861</guid><dc:creator>MattManela</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/matt/comments/8960861.aspx</comments><wfw:commentRss>http://blogs.msdn.com/matt/commentrss.aspx?PostID=8960861</wfw:commentRss><description>&lt;h3&gt;Some History&lt;/h3&gt; &lt;p&gt;The &lt;a href="http://www.codeplex.com/SnippetDesigner" target="_blank"&gt;Snippet Designer&lt;/a&gt; was started as an intern project of mine during the Summer of 2006.&amp;nbsp; The idea was to make snippet files (which were introduced to Visual Studio in 2005) a first class entity.&amp;nbsp; Following this idea I created a Visual Studio plug-in which included an editor for snippet files and a search tool window to find snippets.&amp;nbsp; The plan then was to release it on Codeplex but when my internship ended the project was forgotten about.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h3&gt;Today&lt;/h3&gt; &lt;p&gt;Now after two year of sitting there I found the code, cleaned it up a bit and am releasing it on Codeplex as an open source project at &lt;a title="http://www.codeplex.com/SnippetDesigner" href="http://www.codeplex.com/SnippetDesigner"&gt;http://www.codeplex.com/SnippetDesigner&lt;/a&gt;.&amp;nbsp; My goal in releasing it on Codeplex is two fold.&amp;nbsp; First I would like people to try it out, give me feedback and see if we can make it better (it still has plenty of rough edges).&amp;nbsp; Second I would love to turn this into a community developed project where we all can collaborate on it.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h3&gt;Features&lt;/h3&gt; &lt;p&gt;The Snippet Designer has two main features:&lt;/p&gt; &lt;p&gt;A &lt;strong&gt;&lt;font color="#0080ff" size="3"&gt;Snippet Editor&lt;/font&gt;&lt;/strong&gt; hosted in the IDE which lets you edit the code, make replacements and change snippet properties:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/TheSnippetDesignerisReleased_5F4F/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="293" alt="image" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/TheSnippetDesignerisReleased_5F4F/image_thumb.png" width="446" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;A &lt;strong&gt;&lt;font color="#0080ff" size="3"&gt;Snippet Explorer&lt;/font&gt; &lt;/strong&gt;which lets you search for Snippet files on your computer an quickly open and edit them.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/TheSnippetDesignerisReleased_5F4F/image_4.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="444" alt="image" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/TheSnippetDesignerisReleased_5F4F/image_thumb_1.png" width="210" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;In addition to these two features the plug-in adds a context menu item inside of the VB, C# and XML editor that lets you export any highlighted code into the snippet editor:&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/TheSnippetDesignerisReleased_5F4F/image_6.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="444" alt="image" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/TheSnippetDesignerisReleased_5F4F/image_thumb_2.png" width="373" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h3&gt;Getting Started&lt;/h3&gt; &lt;p&gt;After installing the Snippet Designer you are ready to create and edit snippets.&amp;nbsp; Either open up any .snippet file or in Visual Studio go to &lt;strong&gt;View -&amp;gt; Other Windows -&amp;gt; Snippet Explorer &lt;/strong&gt;and use the Snippet Explorer to search for snippets.&lt;/p&gt; &lt;p&gt;I look forward to any and all feedback!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8960861" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/matt/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/matt/archive/tags/Applications/default.aspx">Applications</category><category domain="http://blogs.msdn.com/matt/archive/tags/Snippet+Designer/default.aspx">Snippet Designer</category><category domain="http://blogs.msdn.com/matt/archive/tags/Codeplex/default.aspx">Codeplex</category></item></channel></rss>