Switch On The Code RSS Button - Click to Subscribe
Jul
10

How To Configure And Use Visual Studio Macros

Microsoft Visual Studio has pretty much every operation you’d ever need right at your fingertips through the built in keystrokes. However, there are times when you’d like the text editor to do something that isn’t built in. This is where macros come in. Macros can be wired up to keystrokes and can do pretty much unlimited modifications to your text - as long as you’re willing to program it. In this tutorial, I’m going to demonstrate how to import an existing macro and configure a keystroke for it.
 
Read More »

Posted in Visual Studio, All Tutorials | No Comments »

May
7

Visual Studio - How To Create Item Templates

Visual Studio actually has a very powerful wizard and template system, which when used correctly, can automate large amounts of tedious work. Today we are going to take a look at how to create Item Templates for Visual Studio, which is actually extremely simple to do.
 
Read More »

Posted in Visual Studio, C#, All Tutorials | 1 Comment »