Skip to content

Visual Studio Tips and Tricks

mikepetersonccv edited this page Oct 24, 2012 · 8 revisions

Handy Shortcut to add Usings

When you reference a class that is not in your Usings yet, there is a handy way to add it. Click on the class that it is complaining about, then hover your mouse above the little blue underline that appears (or press +"."), and the editor will suggest to add the Usings. Here is an example:

Add Usings Example - step 1

Add Usings Example - step 2

Clone this wiki locally