Browse by Tags

All Tags » Visual Studio (RSS)

IDE Features I find useful – Visual Studio by REA_ANDREW

This is a short but one of many of a series of blog posts I would like to make which mention some of the useful features of different IDEs which I make use of.  This one is for Visual Studio: Full Screen View –> Full Screen (Shift + Alt + Enter...
Filed under:

Visual Studio Encapsulation Surprise by REA_ANDREW

When you encapsulate a field using Visual Studio tool as shown, Visual Studio will try to put the first letter to upper case to follow naming conventions.  Now I declare fields with a underscore prefix e.g. _myField , but I have recently started...
Filed under:

Nice little Visual Studio shortcut key by REA_ANDREW

So I have been using the shortcut keys ctrl+E,C  to comment markup code and ctrl+E,U to subsequently uncomment markup.  What I have just realised is, that it works with code, but my expectations were not correct. In code I would use the /* ...
More Posts