Visual Studio Shortcuts to add namespaces and use full screen mode
These technical tips will help you out in working with shortcuts for adding namespaces and using full screen mode in Visual Studio.
Visual Studio Shortcuts to add namespaces and use full screen mode
These technical tipas will help you out in working with shortcuts for adding namespaces and using full screen mode in Visual Studio.
Automatically adding Namespaces
Ø Use the Ctrl+. shortcut key to automatically get intellisense for probable namespaces.
Ø Press enter to include the required namespace.
Alternately, you can add namespace in following way:
Ø When you enter some value that requires namespace, there would an error line that will come for that value as shown below. So when you are confused, take the cursor rightmost to the value as shown in the screenshot, a notepad symbol will come.
Ø Click on the expand button of the symbol and you can click Enter to insert that namespace.
Again depending on the style of programming you can follow either of these two ways.
Working in Full Screen Mode in Visual Studio
Ø Alt+Shift+Enter is the shortcut to enter to fullscreen mode in Visual Studio
Ø Its sometimes really helpful and more appealing for developers to work in full screen mode
very useful tips