Similar Posts
#34 Cut and Paste Collapsed code in Visual Studio
Outlining is a very popular feature of Visual Studio. Outlining is the [+] sign you see in Visual Studio on the left margin that lets your collapse and expand code. What happens if you select 3 visual lines of code, and the middle line of code is actually a collapsed region? Watch this video to…
#98 Turn off Intellisense by default
Just in case you ever need to do this… Go to Tools – Options – Text Editor – All Languages – General and uncheck Auto List Members and Parameter Information. If you just want to disable intellisense by default for a particular language, go to the Text Editor – <language> – General option page…
#001 Incremental Search [CTRL]+[I]
Incremental search can also be thought of as live search. The cursor highlights the first finding as you’re typing the search term. [CTRL]+[I] = Incremental Search [CTRL]+[SHIFT]+[I] (Back Search) [F3] – Find Next [SHIFT]+[F3] – Find Previous
#504 Debug ASP.net in any browser with #VisualStudio
When browsing the “Visual Studio” search on twitter, I saw a post from @GamersOnlyOlder asking about debugging asp.net in a browser other than Internet Explorer. Are you forced to use Internet Explorer when debugging ASP.net applications? Absolutely not. This quick tip/trick shows how to browse and setup a default browser to use when debugging ASP.net…
#025 Increase and Decrease line indentation in Visual Studio
Tabbing / Indenting / Undenting (okay that’s not a word, but it sounds good) in Visual Studio is very simple. There are several options to get your code formatted just the way you like it. This video trick shows you how. [TAB] (With a line [or lines] highlighted) will further indent [SHIFT]+[TAB] (With a line…
Visual Studio 2008 Keyboard Layouts
C# Visual Studio 2008 Default Keyboard Layout Visual Base 2008 Default Keyboard Layout



