In the past, I found Visual Studio 2010 Keybinding Posters and Visual C # 2005 Shortcut Reference Poster to be very useful.
Where are the posters for 2012 located?
There is a poster for Visual Studio 2017
The poster has a section called "Default keyboard shortcuts."
2012, 2013 and 2015? There is no soup for you.
If you want to add an empty line after the line you are in. You do not need to go to the end of the line and press the key . Just leave your cursor where it is and use Ctrl+Shift+Enter (Ctrl+Enter adds a line above) .
Ctrl+Shift+Enter (Ctrl+Enter adds a line above)
If you want to uncomment a block of code with comments. You do not need to select the entire comment block. Just place the cursor somewhere in the commented block and enter the split: Ctrl + K, U.
If you encounter an error and see a small red bar indicating SmartTag , which provides options for fixing the problem. You do not need to bother with the mouse to display a drop-down list of options. You can simply type Ctrl+. (You don't even have to move your cursor back to the line in error). Ctrl+. (You don't even have to move your cursor back to the line in error).
Ctrl+. (You don't even have to move your cursor back to the line in error).
If you type the name of the object, enter the period, enter the first letter of the member you want, and you will get an IntelliSense list with a lot of entries. You do not need to type all the name of the member you want. IntelliSense in Visual Studio 2010 recognizes camel-casing , so if you hold down the Shift key and type in uppercase letters in the name of the member you want, IntelliSense will give a narrow list before that
Source: https://habr.com/ru/post/955042/More articles:Adding select option to entity form form field is invalid - Symfony2 - php"This value is not valid" when using query_builder in the entity buildForm on symfony2.1 - symfonyWhat returns the Java method to the calling JNI when it throws an exception? - javaDjango 1.6 AbstractUser m2m validation error - pythonMFMessageComposeViewController ios7 covers the status bar - ios7can't start python-social-auth django application - pythonDefeat Tomcat: Not enough memory for Java Runtime Environment to continue - javaLog in with google and facebook using django-social-auth - google-app-engineJava Swing - JPanel vs JComponent - javaWhat happens when "pip install - pythonAll Articles