Visual Studio: How to include missing namespaces

Some of my readers have problem with detecting correct namespaces to include in code samples. Here is how to get references in place using Visual Studio IDE.

You can let Visual Studio to solve references to types that have no namespaces for them included in code file. Move cursor to unreferenced type, right click on it with mouse, select Resolve and then select correct type. Click on image below to see how I resolve Math type.

How to include missing namespaces

Those of you who have Resharper can use more powerful type resolving, of course. :)

2 Comments

Comments have been disabled for this content.