<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>VS Tips and Tricks</title>
        <link>http://blog.mrdaveredding.net/category/5932.aspx</link>
        <description>VS Tips and Tricks</description>
        <language>en-US</language>
        <copyright>Dave Redding</copyright>
        <managingEditor>DavidARedding@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Four days left!</title>
            <link>http://blog.mrdaveredding.net/archive/2006/12/20/101677.aspx</link>
            <description>&lt;P&gt;I have four days to finish (read: start) my Christmas shopping!&amp;nbsp; I think I'm just going to go to walmart, walk down the cheap isle and scoop arm fulls of crap into a basket.&amp;nbsp; Pay someone to wrap it for me, and then randomly label each gift with a name.&amp;nbsp; I really think the people who say Christmas has become to commercialized are the people who wait till the last minute to buy their gifts.&lt;/P&gt;
&lt;P&gt;On another note, Darrell Hawley, Dave Baldwin, and Myself are planning on going down to Grizzly peak tonight (they have the BEST stout on nitro) to talk about driving our user group membership.&amp;nbsp; Join us for some good smart-ass conversation with a dabble of tech thrown in.&amp;nbsp; We need ideas and were ready to listen.&amp;nbsp; You may even find out about our Super Ultra High Tech Secret logo contest.&amp;nbsp; If you miss tonight though, I'm sure I'll blog about it.&lt;/P&gt;
&lt;P&gt;In the spirit of the last post, here are some more shortcuts I've been using in VS2k5&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;U&gt;Ctrl+m -&amp;gt; Ctrl+m&lt;/U&gt;&amp;nbsp; Collapses/Expands the current code block/region thats under the cursor&lt;BR&gt;&lt;U&gt;Ctrl+m -&amp;gt; Ctrl+O&lt;/U&gt;&amp;nbsp; Collapses all code blocks/Regions in a given document.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I have some more Ideas for addl. posts today, so check back.&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=101677"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=101677" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blog.mrdaveredding.net/aggbug/101677.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Redding</dc:creator>
            <guid>http://blog.mrdaveredding.net/archive/2006/12/20/101677.aspx</guid>
            <pubDate>Wed, 20 Dec 2006 12:40:00 GMT</pubDate>
            <wfw:comment>http://blog.mrdaveredding.net/comments/101677.aspx</wfw:comment>
            <comments>http://blog.mrdaveredding.net/archive/2006/12/20/101677.aspx#feedback</comments>
            <wfw:commentRss>http://blog.mrdaveredding.net/comments/commentRss/101677.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mrdaveredding.net/services/trackbacks/101677.aspx</trackback:ping>
        </item>
        <item>
            <title>Tricks of the trade...</title>
            <link>http://blog.mrdaveredding.net/archive/2006/12/19/101591.aspx</link>
            <description>&lt;P&gt;The user group is hosting some new ideas.&amp;nbsp; One of which is Visual Studio Tips and Tricks.&amp;nbsp; So, being the vp of &lt;A title="Ann Arbor .Net Developers" href="http://www.AADND.org" target=_blank&gt;AADND&lt;/A&gt; I should throw what i have in.&amp;nbsp; Without further adue, here are some of my submissions. (* indicates VS2k5 only).&lt;/P&gt;
&lt;P&gt;Keyboard shortcuts (Yes i'm so lazy i hate to use the mouse)&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;&lt;U&gt;Shift+Del&lt;/U&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;: Cuts an entire line, putting it on the clipboard, great to use with...&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;&lt;U&gt;Shift+Ins&lt;/U&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Pastes the contents of the clipboard to the current position of the cursor.&lt;BR&gt;&lt;/STRIKE&gt;(&lt;EM&gt;Actually, i'm not sure what the hell this does&lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;*&lt;U&gt;Ctrl+Tab&lt;/U&gt;&amp;nbsp;&amp;nbsp;: Cycles through aviable windows, similar to alt+tab in windows&lt;/P&gt;
&lt;P&gt;*&lt;U&gt;Ctrl+]&lt;/U&gt; (left bracket): When the cursor is on a bracket in C# (or a end x in VB) this handy shortcut will hop you to the opening or closing bracket for that block.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I'll continue to post these and i'll scatter them librally throughout the site in the future.&amp;nbsp; I also encourage you to submit your own.&amp;nbsp; Either at the AADND site or here as a comment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;At one point or another i'll add them to one large pdf that will look absolutly faboulous hanging next to your autographed print of Bill Gates in your cube.&amp;nbsp; You know, the one with the dart holes in it?&lt;/P&gt;
&lt;P&gt;Dave.&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=101591"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=101591" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://blog.mrdaveredding.net/aggbug/101591.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Dave Redding</dc:creator>
            <guid>http://blog.mrdaveredding.net/archive/2006/12/19/101591.aspx</guid>
            <pubDate>Tue, 19 Dec 2006 14:11:00 GMT</pubDate>
            <wfw:comment>http://blog.mrdaveredding.net/comments/101591.aspx</wfw:comment>
            <comments>http://blog.mrdaveredding.net/archive/2006/12/19/101591.aspx#feedback</comments>
            <wfw:commentRss>http://blog.mrdaveredding.net/comments/commentRss/101591.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mrdaveredding.net/services/trackbacks/101591.aspx</trackback:ping>
        </item>
    </channel>
</rss>