Cutting and Pasting Rectangles in Visual Stuido .NET

This is one of many gems in Mihn’s killer book Visual Studio .NET Tips and Tricks.  But today was a prime example of how cool this is.  I had a whole slew of variables that were marked as Private but needed to be marked as protected instead.  Also, I had to change all of the corresponding methods that referenced these guys as well.  So, I did it the easy way.  First, I collapsed all of the functions – this let me work with just the text in the function.  Then, starting with the private variables, I put my cursor at … Continue reading Cutting and Pasting Rectangles in Visual Stuido .NET