<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Matthew Manela&#039;s Home Page &#187; Visual Studio Gallery</title>
	<atom:link href="http://matthewmanela.com/category/visual-studio-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewmanela.com</link>
	<description>The life and work of Matthew Manela</description>
	<lastBuildDate>Sun, 25 Jul 2010 18:00:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>OpenWithTest released on Visual Studio Gallery</title>
		<link>http://matthewmanela.com/2010/06/30/openwithtest-released-on-visual-studio-gallery/</link>
		<comments>http://matthewmanela.com/2010/06/30/openwithtest-released-on-visual-studio-gallery/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 23:59:00 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">/b/matt/archive/2010/06/30/quot-open-with-test-quot-released-on-visual-studio-gallery.aspx</guid>
		<description><![CDATA[Download
Either download from the extension manager by searching OpenWithTest or go to the project page here.
Summary 
Open with Test is a Visual Studio extension which serves one simple task: To always open your test files and implementation files tog...]]></description>
			<content:encoded><![CDATA[<h3>Download</h3>

<p>Either download from the extension manager by searching OpenWithTest or go to the project page <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/40ed230b-067a-44c6-9a3b-93f661aa4ab6">here</a>.</p>

<h3>Summary</h3>

<p>Open with Test is a Visual Studio extension which serves one simple task: To always open your test files and implementation files together.</p>

<h3>Details</h3>

<p>When writing unit tested applications (especially while practicing TDD) you will often open an implementation file (i.e SomeClass.cs) followed by the test file(i.e. SomeClassTests.cs).  This extension makes this a one step process.</p>

<p>It works by detecting when you open a new file and attempting to find via convention the test file. It assumes that you create one test file per class.  So, if you create a class called Car in the file Car.cs then you will have a test file named CarTests.cs which tests the car class.</p>

<p>Currently, only C# (.cs) files are supported but I plan to expand this to other files types soon.</p>

<h3>Configuration</h3>

<p>Out of the box, this extension will assume a file is a test file if it ends with the suffix <strong>Test</strong>,<strong>Tests</strong>, <strong>Fact</strong> or <strong>Facts</strong>.  However, this can be configured.  To change these go to Tools -&gt; Options -&gt; Open With Test and you will see this screen:</p>

<p style="text-align: center;"><a href="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-89-61-metablogapi/6403.image_5F00_068513EA.png"></a><a href="http://matthewmanela.com/wp-content/uploads/2010/06/6403.image_068513EA.png"><img class="size-full wp-image-456 aligncenter" title="6403.image_068513EA" src="http://matthewmanela.com/wp-content/uploads/2010/06/6403.image_068513EA.png" alt="" width="600" height="349" /></a></p>

<p><br class="spacer_" /></p>

<h3><strong>Feedback</strong></h3>

<p>I would love to get feedback about features or suggestion so please feel free to leave a comment on this blog post or start a discussion post on the <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/40ed230b-067a-44c6-9a3b-93f661aa4ab6">Visual Studio Gallery page</a>.</p>

<p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=10033207" alt="" width="1" height="1" /></p>]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2010/06/30/openwithtest-released-on-visual-studio-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet Designer 1.3 Released!</title>
		<link>http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/</link>
		<comments>http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 04:59:09 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>

		<guid isPermaLink="false">/b/matt/archive/2010/06/01/snippet-designer-1-3-released.aspx</guid>
		<description><![CDATA[I just released Snippet Designer 1.3.  CodePlex Page: http://snippetdesigner.codeplex.com/   Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392  The key features of this release are supp...]]></description>
			<content:encoded><![CDATA[<h4>I just released Snippet Designer 1.3.</h4>  <br /><strong>CodePlex Page</strong>: <a href="http://snippetdesigner.codeplex.com/">http://snippetdesigner.codeplex.com/</a>   <p><strong>Visual Studio Gallery Page:</strong> <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392">http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392</a></p>  <p>The key features of this release are support for HTML/ASP.NET, JavaScript and SQL snippets and a much improved snippet searching experience.</p>  <p>If you already have it installed for Visual Studio 2010 you will get an update in your extension manager for the new version.</p>  <h4>Change log</h4>  <p><strong>Changes for Visual Studio 2010</strong></p> <strong></strong>  <ul>   <li>Fixed bug where &quot;Export as Snippet&quot; was failing in a website project </li>    <li>Changed Snippet Explorer search to use a relevance based algorithm which yields much better results </li>    <li>Added support for JavaScript snippets </li>    <li>Added support for SQL snippets </li>    <li>Added support for HTML/ASP.Net snippets </li>    <li>Added support for &lt;AlternativeShortcuts&gt; tag </li>    <li>Made the color of the snippet replacement highlighting configurable </li> </ul>  <p>   <br /><strong>Changes for Visual Studio 2008</strong></p> <strong></strong>  <ul>   <li>Fixed bug where &quot;Export as Snippet&quot; was failing in a website project </li>    <li>Changed Snippet Explorer search to use a relevance based algorithm which yields much better results </li> </ul><div style="clear:both;"></div><img src="http://blogs.msdn.com/aggbug.aspx?PostID=10018660" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support</title>
		<link>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support/</link>
		<comments>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 14:52:00 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Codeplex]]></category>
		<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>

		<guid isPermaLink="false">http://blogs.msdn.com/matt/archive/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support.aspx</guid>
		<description><![CDATA[Yesterday I released Snippet Designer 1.2 Beta. 
Codeplex Page: http://snippetdesigner.codeplex.com/
Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392
This release contains several bug ...]]></description>
			<content:encoded><![CDATA[<P>Yesterday I released Snippet Designer 1.2 Beta. </P>
<P>Codeplex Page: <A title=http://snippetdesigner.codeplex.com/ href="http://snippetdesigner.codeplex.com/" mce_href="http://snippetdesigner.codeplex.com/">http://snippetdesigner.codeplex.com/</A></P>
<P>Visual Studio Gallery Page: <A title=http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392 href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392" mce_href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392">http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392</A></P>
<P>This release contains several bug fixes but more importantly it now includes support for Visual Studio 2010. </P>
<P>I am super excited for this since now you can install the Snippet Designer from inside of Visual Studio using the new extension manager. Just open up the extension manager and search for “Snippet Designer”.</P>
<P><A href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_2.png"><IMG style="BORDER-RIGHT-WIDTH: 0px; WIDTH: 658px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 488px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb.png" width=817 height=566 mce_src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb.png"></A></P>
<P>Then you just need to install it and restart Visual Studio.</P>
<P><A href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_6.png" mce_href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_6.png"><IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; WIDTH: 655px; DISPLAY: inline; HEIGHT: 475px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title=image border=0 alt=image src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb_2.png" width=815 height=565 mce_src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb_2.png"></A> </P>
<P>Enjoy!</P><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9951993" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support</title>
		<link>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support-2/</link>
		<comments>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support-2/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 14:52:00 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Codeplex]]></category>
		<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>

		<guid isPermaLink="false">/b/matt/archive/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support.aspx</guid>
		<description><![CDATA[Yesterday I released Snippet Designer 1.2 Beta. 
Codeplex Page: http://snippetdesigner.codeplex.com/
Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392
This release contains several bug ...]]></description>
			<content:encoded><![CDATA[<P>Yesterday I released Snippet Designer 1.2 Beta. </P>
<P>Codeplex Page: <A title=http://snippetdesigner.codeplex.com/ href="http://snippetdesigner.codeplex.com/" mce_href="http://snippetdesigner.codeplex.com/">http://snippetdesigner.codeplex.com/</A></P>
<P>Visual Studio Gallery Page: <A title=http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392 href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392" mce_href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392">http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392</A></P>
<P>This release contains several bug fixes but more importantly it now includes support for Visual Studio 2010. </P>
<P>I am super excited for this since now you can install the Snippet Designer from inside of Visual Studio using the new extension manager. Just open up the extension manager and search for “Snippet Designer”.</P>
<P><A href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_2.png"><IMG style="BORDER-RIGHT-WIDTH: 0px; WIDTH: 658px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 488px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb.png" width=817 height=566 mce_src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb.png"></A></P>
<P>Then you just need to install it and restart Visual Studio.</P>
<P><A href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_6.png" mce_href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_6.png"><IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; WIDTH: 655px; DISPLAY: inline; HEIGHT: 475px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title=image border=0 alt=image src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb_2.png" width=815 height=565 mce_src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb_2.png"></A> </P>
<P>Enjoy!</P><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9951993" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet Designer 1.2 Beta Release with Visual Studio 2010 Support</title>
		<link>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support-3/</link>
		<comments>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support-3/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 14:52:00 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Codeplex]]></category>
		<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>

		<guid isPermaLink="false">/b/matt/archive/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support.aspx</guid>
		<description><![CDATA[Yesterday I released Snippet Designer 1.2 Beta. 
Codeplex Page: http://snippetdesigner.codeplex.com/
Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392
This release contains several bug ...]]></description>
			<content:encoded><![CDATA[<P>Yesterday I released Snippet Designer 1.2 Beta. </P>
<P>Codeplex Page: <A title=http://snippetdesigner.codeplex.com/ href="http://snippetdesigner.codeplex.com/" mce_href="http://snippetdesigner.codeplex.com/">http://snippetdesigner.codeplex.com/</A></P>
<P>Visual Studio Gallery Page: <A title=http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392 href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392" mce_href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392">http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392</A></P>
<P>This release contains several bug fixes but more importantly it now includes support for Visual Studio 2010. </P>
<P>I am super excited for this since now you can install the Snippet Designer from inside of Visual Studio using the new extension manager. Just open up the extension manager and search for “Snippet Designer”.</P>
<P><A href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_2.png"><IMG style="BORDER-RIGHT-WIDTH: 0px; WIDTH: 658px; DISPLAY: inline; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 488px; BORDER-LEFT-WIDTH: 0px" title=image border=0 alt=image src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb.png" width=817 height=566 mce_src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb.png"></A></P>
<P>Then you just need to install it and restart Visual Studio.</P>
<P><A href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_6.png" mce_href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_6.png"><IMG style="BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; WIDTH: 655px; DISPLAY: inline; HEIGHT: 475px; BORDER-TOP: 0px; BORDER-RIGHT: 0px" title=image border=0 alt=image src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb_2.png" width=815 height=565 mce_src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Sni.2BetaReleasewithVisualStudio2010Supp_F28A/image_thumb_2.png"></A> </P>
<P>Enjoy!</P><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9951993" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2010/01/22/snippet-designer-1-2-beta-release-with-visual-studio-2010-support-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
