<?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>Wagner Danda Weblog &#187; tip/trick</title>
	<atom:link href="http://www.wagnerdanda.me/tag/tiptrick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wagnerdanda.me</link>
	<description>.NET, OpenSource, Web 2.0 and other projects</description>
	<lastBuildDate>Fri, 06 Aug 2010 04:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tip/Trick &#8211; Visual Studio to behave more like Eclipse (productivity boost)</title>
		<link>http://www.wagnerdanda.me/2010/08/visual-studio-tips-like-eclipse/</link>
		<comments>http://www.wagnerdanda.me/2010/08/visual-studio-tips-like-eclipse/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 04:28:48 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[tip/trick]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=198</guid>
		<description><![CDATA[I&#8217;ve been slowly customizing my Visual Studio with a few neat tricks like when I used to work with Eclipse. I recommend these two as a starting point:




Rock Scroll &#8211; Text Highlight with an enhanced scroll bar. Very neat tool to help you visually locate where a variable is used along the code: http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html


Quick Open [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">I&#8217;ve been slowly customizing my Visual Studio with a few neat tricks like when I used to work with Eclipse. I recommend these two as a starting point:</div>
<div></div>
<div id="_mcePaste"></div>
<div></p>
<ul>
<li><a href="http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html">Rock Scroll</a> &#8211; Text Highlight with an enhanced scroll bar. Very neat tool to help you visually locate where a variable is used along the code:<a href="http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html"> http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html</a></li>
</ul>
<ul>
<li><a href="http://kutny.net/vsopen/">Quick Open File</a> &#8211; create a shortcut that you like and voila, you can quickly access any file in your project: <a href="http://kutny.net/vsopen/">http://kutny.net/vsopen/</a></li>
</ul>
</div>
<p>More to come. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2010/08/visual-studio-tips-like-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip/Trick: How to Show Active File in Solution Explorer (Visual Studio 2008)</title>
		<link>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-show-active-file-in-solution-explorer-visual-studio-2008/</link>
		<comments>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-show-active-file-in-solution-explorer-visual-studio-2008/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:24:16 +0000</pubDate>
		<dc:creator>Wagner Danda</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[tip/trick]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.wagnerdanda.me/?p=125</guid>
		<description><![CDATA[Many thanks to &#8220;Ronald Widha&#8221; by blogging about this Visual Studio simple trick that allows you to show the active files in Visual Studio (one little feature that I use a lot when working with Eclipse):
One of the most annoying thing about Visual Studio default settings is the fact that the Solution Explorer doesn’t track [...]]]></description>
			<content:encoded><![CDATA[<p>Many thanks to &#8220;<a href="http://www.ronaldwidha.net/">Ronald Widha</a>&#8221; by blogging about this Visual Studio simple trick that allows you to show the active files in Visual Studio (one little feature that I use a lot when working with Eclipse):</p>
<blockquote><p><em>One of the most annoying thing about Visual Studio default settings is the fact that the Solution Explorer doesn’t track what files you are currently looking at. Alot of developers thought this was the only way, and had to bear the pain of flicking through the Solution Explorer while scratching their head to figure out ‘where the hell I put this file?’.</em></p>
<p><em>There is actually a setting in Visual Studio that does this automatically.</em></p>
<p><strong><em>Tools – Options – Projects and Solutions – Track Active Item</em></strong><em> in Solution Explorer</em></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><em>There is actually a setting in Visual Studio that does this automatically.</em></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><em>Tools – Options – Projects and Solutions – Track Active Item in Solution Explorer</em></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 108px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><em>Just tick the box..and you’re all set!</em></div>
<p><em>Just tick the box..and you’re all set!</em></p>
<p>source: <a href="http://www.ronaldwidha.net/2008/11/26/visual-studio-show-active-file-in-solution-explorer/">http://www.ronaldwidha.net/2008/11/26/visual-studio-show-active-file-in-solution-explorer/</a></p></blockquote>
<p>Thanks Ronald!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wagnerdanda.me/2009/12/tiptrick-how-to-show-active-file-in-solution-explorer-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
