<?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>Visual Studio Hacks &#187; Macros</title>
	<atom:link href="http://visualstudiohacks.com/category/uncategorized/macros/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualstudiohacks.com</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 23:09:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>#Region Macro</title>
		<link>http://visualstudiohacks.com/coding/region-macro/</link>
		<comments>http://visualstudiohacks.com/coding/region-macro/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=23</guid>
		<description><![CDATA[After downloading this macro you simple need to select the text you want to enclose in a region and run the macro. The macro will prompt you to input a name for the region and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After downloading this macro you simple need to select the text you want to enclose in a region and run the macro. The macro will prompt you to input a name for the region and then surround your selected code with the region.</p>
<p><a href="/files/media/file/RegionMacro.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/coding/region-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RefAssistant Macro</title>
		<link>http://visualstudiohacks.com/coding/refassistant-macro/</link>
		<comments>http://visualstudiohacks.com/coding/refassistant-macro/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:44:00 +0000</pubDate>
		<dc:creator>javery</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Macros]]></category>

		<guid isPermaLink="false">http://vsh.infozerk.net/?p=22</guid>
		<description><![CDATA[
Kevin wrote to me with this awesome macro which is similiar to the Type Finder macro I mention in the book but with some cool improvements, here is his description of the macro:
&#8220;This macro will [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="/files/media/image/refAssistant.gif" alt="" /></p>
<p>Kevin wrote to me with this awesome macro which is similiar to the Type Finder macro I mention in the book but with some cool improvements, here is his description of the macro:</p>
<p>&#8220;This macro will search through the major assemblies in the Global Assembly Cache (GAC) to find the type name selected in the text editor. If the type is found, the fully qualified type name will be expanded in the text editor and a reference to the containing assembly will be added to the active project (if it does not already exist). When more than one type name matches the search text, a dialog box will be displayed with all of the available choices from which the programmer may select the correct class.&#8221;<br />
<a href="/files/media/file/RefAssistant1_1.zip">Download</a></p>
<p><hr size="2" />The RefAssistant Macro was written by W. Kevin Hazzard</p>
]]></content:encoded>
			<wfw:commentRss>http://visualstudiohacks.com/coding/refassistant-macro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
