<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Resharper Challenge: What if You Could Only Have 7 Features?</title>
	<atom:link href="http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/</link>
	<description>A Grande, Triple Shot, Non-Fat Core Dump by Russell Ball</description>
	<lastBuildDate>Tue, 31 Aug 2010 16:00:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: KC Day of Dot Net ReSharper Presentation and Resources &#124; Caffeinated Coder</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-1870</link>
		<dc:creator>KC Day of Dot Net ReSharper Presentation and Resources &#124; Caffeinated Coder</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-1870</guid>
		<description>[...] also wrote a few posts on the topic, including my favorites from about a year ago and my recent efforts to break out of my R# rut. I learned a ton of new things as I was preparing [...]</description>
		<content:encoded><![CDATA[<p>[...] also wrote a few posts on the topic, including my favorites from about a year ago and my recent efforts to break out of my R# rut. I learned a ton of new things as I was preparing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Ball</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-352</link>
		<dc:creator>Russell Ball</dc:creator>
		<pubDate>Fri, 26 Oct 2007 03:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-352</guid>
		<description>@James - I also am a big fan of the 2 navigation features you mentioned, but I never tried the introduce variable one before. That&#039;s definitely a keeper. Thanks for the suggestion!</description>
		<content:encoded><![CDATA[<p>@James &#8211; I also am a big fan of the 2 navigation features you mentioned, but I never tried the introduce variable one before. That&#8217;s definitely a keeper. Thanks for the suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Kovacs</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-347</link>
		<dc:creator>James Kovacs</dc:creator>
		<pubDate>Thu, 25 Oct 2007 20:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-347</guid>
		<description>Hard to give up any of those features as I use them frequently. Other features to check out (using IntelliJ bindings)... One that you didn&#039;t list that is a killer ReSharper feature is go to Declaration (Ctrl-B) and go to Inheritor (Ctrl-Alt-B). This is a fantastic way to navigate a codebase quickly. Combine that with VS&#039;s CTRL-&quot;-&quot; to go back and code exploration is a snap.&lt;br /&gt;&lt;br /&gt;Another trick in becoming a ReSharper Jedi is Introduce variable (Ctrl-Alt-V). You need a variable... Type the following:&lt;br /&gt;new Foo()&lt;br /&gt;Now Ctrl-Alt-V with your cursor after the close paren, enter to select the suggested variable name, and the line becomes:&lt;br /&gt;Foo foo = new Foo();&lt;br /&gt;Now if it would only use IFoo as my type if it existed... :)</description>
		<content:encoded><![CDATA[<p>Hard to give up any of those features as I use them frequently. Other features to check out (using IntelliJ bindings)&#8230; One that you didn&#8217;t list that is a killer ReSharper feature is go to Declaration (Ctrl-B) and go to Inheritor (Ctrl-Alt-B). This is a fantastic way to navigate a codebase quickly. Combine that with VS&#8217;s CTRL-&#8221;-&#8221; to go back and code exploration is a snap.</p>
<p>Another trick in becoming a ReSharper Jedi is Introduce variable (Ctrl-Alt-V). You need a variable&#8230; Type the following:<br />new Foo()<br />Now Ctrl-Alt-V with your cursor after the close paren, enter to select the suggested variable name, and the line becomes:<br />Foo foo = new Foo();<br />Now if it would only use IFoo as my type if it existed&#8230; <img src='http://www.caffeinatedcoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Ball</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-348</link>
		<dc:creator>Russell Ball</dc:creator>
		<pubDate>Thu, 25 Oct 2007 12:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-348</guid>
		<description>@Steven: Good suggestion! I just played around with it and it looks like it will be a good technique for removing dependencies within code so that they will be more testable.</description>
		<content:encoded><![CDATA[<p>@Steven: Good suggestion! I just played around with it and it looks like it will be a good technique for removing dependencies within code so that they will be more testable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Mitcham</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-349</link>
		<dc:creator>Steven Mitcham</dc:creator>
		<pubDate>Wed, 24 Oct 2007 17:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-349</guid>
		<description>I would replace the generate constructors item with Introduce Parameter (CTRL-R + P).&lt;br /&gt;&lt;br /&gt;I just recently found the generate constructors feature, but in combination with extract method and the new feature that suggests &#039;broader&#039; parameters with a green underlines, I get a lot more effect from my refactoring by easily parameterizing the extracted method.</description>
		<content:encoded><![CDATA[<p>I would replace the generate constructors item with Introduce Parameter (CTRL-R + P).</p>
<p>I just recently found the generate constructors feature, but in combination with extract method and the new feature that suggests &#8216;broader&#8217; parameters with a green underlines, I get a lot more effect from my refactoring by easily parameterizing the extracted method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Ball</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-350</link>
		<dc:creator>Russell Ball</dc:creator>
		<pubDate>Wed, 24 Oct 2007 04:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-350</guid>
		<description>Very tricksy. I never thought of it before, but I guess JetBrains has managed the impossible. They have gotten both Microsoft and Java developers to like the same software vendor.</description>
		<content:encoded><![CDATA[<p>Very tricksy. I never thought of it before, but I guess JetBrains has managed the impossible. They have gotten both Microsoft and Java developers to like the same software vendor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Opgenorth</title>
		<link>http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/comment-page-1/#comment-351</link>
		<dc:creator>Tom Opgenorth</dc:creator>
		<pubDate>Tue, 23 Oct 2007 17:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinatedcoder.com/the-resharper-challenge-what-if-you-could-only-have-7-features/#comment-351</guid>
		<description>I wouldn&#039;t play.  I&#039;d switch to Java and get me a copy of IntelliJ.  :)</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t play.  I&#8217;d switch to Java and get me a copy of IntelliJ.  <img src='http://www.caffeinatedcoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
