Save and Change Tool Layout in Visual Studio
There have been many people who have asked for a way to save window positions within Visual Studio. For example they layout all their tool windows in a parti...
There have been many people who have asked for a way to save window positions within Visual Studio. For example they layout all their tool windows in a parti...
So tonight I was browsing unanswered questions on StackOverflow.com and I came across a question for which I had written a solution long ago and thought I wo...
Visual Studio 2010 is now out and I thought I would share a quick tip that I find useful. This shortcut can be found under Edit—> Outlining –> Hide Sel...
Recently Uncle Bob was talking on twitter about regions. He says "Purge All Regions" - Well today’s snippet is going to do just that.
Today’s Macro is very basic, but I use it almost daily.
Today’s macro addresses one of the most common complaints about Visual Studio - The "Add Reference" dialog - I will help you speed it up when you only need t...
If you commonly comment out portions of code, then you are used to highlighting a portion of text and using the shortcut of CTRL+K, CTRL+C (or the tool bar) ...
Recently on twitter Phil Haacked asked about reformatting the files in a project where it didn’t match his preferences. We have all been there, looking at a ...
In my last post I told you how to use a macro to replace the F1 ‘Help’ functionality to perform a search on the internet.
So recently there have been some great tips on turning off the F1 key in Visual Studio.