<?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</title>
	<atom:link href="http://matthewmanela.com/category/visual-studio/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-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>
		<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>My xUnit.net Visual Studio Code Snippets</title>
		<link>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/</link>
		<comments>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:58:00 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blogs.msdn.com/matt/archive/2009/03/02/my-xunit-net-vs-code-snippets.aspx</guid>
		<description><![CDATA[The xUnit .Net codeplex page lists one useful Visual Studio code snippet for creating a Fact.&#160; As you can tell I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I f...]]></description>
			<content:encoded><![CDATA[<P>The <A href="http://xunit.codeplex.com/" mce_href="http://xunit.codeplex.com/">xUnit .Net</A> codeplex page <A href="http://xunit.codeplex.com/Wiki/View.aspx?title=VsSnippets" mce_href="http://xunit.codeplex.com/Wiki/View.aspx?title=VsSnippets">lists one</A> useful Visual Studio code snippet for creating a Fact.&nbsp; As you <A href="http://snippetdesigner.codeplex.com/" mce_href="http://snippetdesigner.codeplex.com">can tell</A> I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I find very convenient when writing my assertions.</P>
<P>Below is a table which shows the shortcut you use to access the snippet and the code the snippet generates</P>
<TABLE border=0 cellSpacing=0 cellPadding=2 width=362>
<TBODY>
<TR>
<TD vAlign=top width=90><STRONG>Shortcut</STRONG></TD>
<TD vAlign=top width=270><STRONG>Snippet</STRONG></TD></TR>
<TR>
<TD vAlign=top width=90>ae</TD>
<TD vAlign=top width=270>Assert.Equal($expected$,$actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>ane</TD>
<TD vAlign=top width=270>Assert.NotEqual($expected$,$actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>an</TD>
<TD vAlign=top width=270>Assert.Null($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>ann</TD>
<TD vAlign=top width=270>Assert.NotNull($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>at</TD>
<TD vAlign=top width=270>Assert.True($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>af</TD>
<TD vAlign=top width=270>Assert.False($actual$)</TD></TR></TBODY></TABLE>
<P>I have included a <A title="xUunit.net Snippets" href="http://blogs.msdn.com/matt/attachment/9455475.ashx" mce_href="http://blogs.msdn.com/matt/attachment/9455475.ashx">zip containing these snippets</A>.&nbsp;&nbsp; Enjoy!</P><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9455475" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blogs.msdn.com/matt/attachment/9455475.ashx" length="3703" type="application/x-zip-compressed" />
		</item>
		<item>
		<title>My xUnit.net Visual Studio Code Snippets</title>
		<link>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets-2/</link>
		<comments>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets-2/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:58:00 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/b/matt/archive/2009/03/02/my-xunit-net-vs-code-snippets.aspx</guid>
		<description><![CDATA[The xUnit .Net codeplex page lists one useful Visual Studio code snippet for creating a Fact.&#160; As you can tell I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I f...]]></description>
			<content:encoded><![CDATA[<P>The <A href="http://xunit.codeplex.com/" mce_href="http://xunit.codeplex.com/">xUnit .Net</A> codeplex page <A href="http://xunit.codeplex.com/Wiki/View.aspx?title=VsSnippets" mce_href="http://xunit.codeplex.com/Wiki/View.aspx?title=VsSnippets">lists one</A> useful Visual Studio code snippet for creating a Fact.&nbsp; As you <A href="http://snippetdesigner.codeplex.com/" mce_href="http://snippetdesigner.codeplex.com">can tell</A> I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I find very convenient when writing my assertions.</P>
<P>Below is a table which shows the shortcut you use to access the snippet and the code the snippet generates</P>
<TABLE border=0 cellSpacing=0 cellPadding=2 width=362>
<TBODY>
<TR>
<TD vAlign=top width=90><STRONG>Shortcut</STRONG></TD>
<TD vAlign=top width=270><STRONG>Snippet</STRONG></TD></TR>
<TR>
<TD vAlign=top width=90>ae</TD>
<TD vAlign=top width=270>Assert.Equal($expected$,$actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>ane</TD>
<TD vAlign=top width=270>Assert.NotEqual($expected$,$actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>an</TD>
<TD vAlign=top width=270>Assert.Null($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>ann</TD>
<TD vAlign=top width=270>Assert.NotNull($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>at</TD>
<TD vAlign=top width=270>Assert.True($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>af</TD>
<TD vAlign=top width=270>Assert.False($actual$)</TD></TR></TBODY></TABLE>
<P>I have included a <A title="xUunit.net Snippets" href="http://blogs.msdn.com/matt/attachment/9455475.ashx" mce_href="http://blogs.msdn.com/matt/attachment/9455475.ashx">zip containing these snippets</A>.&nbsp;&nbsp; Enjoy!</P><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9455475" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-09-45-54-75/xUnitSnippets.zip" length="3703" type="application/x-zip-compressed" />
		</item>
		<item>
		<title>Snippet Designer 1.1 Released</title>
		<link>http://matthewmanela.com/2009/01/05/snippet-designer-1-1-released/</link>
		<comments>http://matthewmanela.com/2009/01/05/snippet-designer-1-1-released/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 05:11:28 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blogs.msdn.com/matt/archive/2009/01/05/snippet-designer-1-1-released.aspx</guid>
		<description><![CDATA[I just released Snippet Designer 1.1.&#160; This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful.  &#160;  Some of the most notable changes are:     Languages Service are turned OFF by...]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="http://www.codeplex.com/SnippetDesigner" >Snippet Designer</a> 1.1.&#160; This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful.</p>  <p>&#160;</p>  <p>Some of the most notable changes are:</p>  <ol>   <li>Languages Service are turned OFF by default now.&#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.&#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.&#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.</li>    <li>Many more aspects of the plug in are now configurable through the options menu under Snippet Designer.&#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.</li>    <li>Several bug fixes to how the highlighting of replacements works and performance improvements with it also.</li> </ol>  <p>&#160;</p>  <p>Hopefully these changes will make it much more useful so please download it and try it out <a href="http://www.codeplex.com/SnippetDesigner" >here</a>.&#160; </p>  <p>&#160;</p>  <p>&#160;</p>  <h3>The future…</h3>  <p>My plans for the future are still up in the air but some of the things I would like to add are:</p>  <ol>   <li>More bug fixes and more feature enhancements suggested by many helpful users on the <a href="http://www.codeplex.com/SnippetDesigner" >Snippet Designer</a> Codeplex page.</li>    <li>Ability to color code snippets without using the language service.&#160; I have a few options here I have been looking at.</li>    <li>Create a website to host snippets and allow you to consume and publish from Visual Studio to this website.</li> </ol>  <p>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.</p>  <p>&#160;</p>  <p>Thanks!</p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9284420" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2009/01/05/snippet-designer-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet Designer 1.1 Released</title>
		<link>http://matthewmanela.com/2009/01/05/snippet-designer-1-1-released-2/</link>
		<comments>http://matthewmanela.com/2009/01/05/snippet-designer-1-1-released-2/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 05:11:28 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/b/matt/archive/2009/01/05/snippet-designer-1-1-released.aspx</guid>
		<description><![CDATA[I just released Snippet Designer 1.1.&#160; This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful.  &#160;  Some of the most notable changes are:     Languages Service are turned OFF by...]]></description>
			<content:encoded><![CDATA[<p>I just released <a href="http://www.codeplex.com/SnippetDesigner" >Snippet Designer</a> 1.1.&#160; This is not a major release but just some bug fixes and often requested changes to make the snippet designer more useful.</p>  <p>&#160;</p>  <p>Some of the most notable changes are:</p>  <ol>   <li>Languages Service are turned OFF by default now.&#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.&#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.&#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.</li>    <li>Many more aspects of the plug in are now configurable through the options menu under Snippet Designer.&#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.</li>    <li>Several bug fixes to how the highlighting of replacements works and performance improvements with it also.</li> </ol>  <p>&#160;</p>  <p>Hopefully these changes will make it much more useful so please download it and try it out <a href="http://www.codeplex.com/SnippetDesigner" >here</a>.&#160; </p>  <p>&#160;</p>  <p>&#160;</p>  <h3>The future…</h3>  <p>My plans for the future are still up in the air but some of the things I would like to add are:</p>  <ol>   <li>More bug fixes and more feature enhancements suggested by many helpful users on the <a href="http://www.codeplex.com/SnippetDesigner" >Snippet Designer</a> Codeplex page.</li>    <li>Ability to color code snippets without using the language service.&#160; I have a few options here I have been looking at.</li>    <li>Create a website to host snippets and allow you to consume and publish from Visual Studio to this website.</li> </ol>  <p>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.</p>  <p>&#160;</p>  <p>Thanks!</p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9284420" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2009/01/05/snippet-designer-1-1-released-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What annoys me when writing generic functions in Visual Studio&#8230;</title>
		<link>http://matthewmanela.com/2008/10/14/what-annoys-me-when-writing-generic-functions-in-visual-studio-2/</link>
		<comments>http://matthewmanela.com/2008/10/14/what-annoys-me-when-writing-generic-functions-in-visual-studio-2/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 20:38:18 +0000</pubDate>
		<dc:creator>MattManela</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">/b/matt/archive/2008/10/14/what-annoys-me-when-writing-generic-functions-in-visual-studio.aspx</guid>
		<description><![CDATA[When writing a generic function I start from left to right (the same way I write most things except when I took Yiddish in college).&#160; For example, Lets say I am writing a simple generic method which return the first element of a generic list. I wa...]]></description>
			<content:encoded><![CDATA[<p>When writing a generic function I start from left to right (the same way I write most things except when I took Yiddish in college).&#160; For example, Lets say I am writing a simple generic method which return the first element of a generic list. I want the signature of this method to be:</p>  <div>   <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #0000ff">private</span> T First&lt;T&gt;(List&lt;T&gt; list)</pre>
</div>

<div>&#160;</div>

<div> I start by writing the visibility:</div>

<div>
  <pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &#39;Courier New&#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #0000ff">private</span> </pre>
</div>

<p>I then need to write the return type so I type T.&#160; The problem is that since T is not defined as a generic type parameter yet so intellisense tries to help me out by showing me all types that begin with T:</p>

<p><a href="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Whatannoysmewhenwritinggenericfunctions_9211/image_2.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/matt/WindowsLiveWriter/Whatannoysmewhenwritinggenericfunctions_9211/image_thumb.png" width="212" height="244" /></a> </p>

<p>&#160;</p>

<p>Now my instinct here (every time) is to press space since I just want to move on to the next word since T is all I want.&#160; But space will auto-complete T with ThreadStaticAtrribute.&#160; What I need to do is press esc to close the intellisense window and then press space.&#160; This may seems like a silly issue, but I seem to never remember that I need to do this. </p>

<p>Visual Studio and intellisense have done nothing wrong here , I just wish intellisense had the ability to read my mind and understand exactly what I am intended to do.&#160; It could save me a couple key presses a day!</p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=8999842" width="1" height="1">]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2008/10/14/what-annoys-me-when-writing-generic-functions-in-visual-studio-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
