Your 5 favorite code snippets and time savers in Visual Studio? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

Your 5 favorite code snippets and time savers in Visual Studio?

9th Mar 2017, 6:15 PM
Goksen Curci
Goksen Curci - avatar
1 Réponse
+ 2
1. cw tab tab => Console.RadLine(); 2. prop tab tab => public int MyProperty { get; set; } 3. Use Ctrl-K Ctrl-C Comments selection 4. Use Ctrl-K Ctrl-U Uncomments selection 5. Ctrl + ] Moves the cursor to the matching brace in the document. If the cursor is on an opening brace, this will move to the corresponding closing brace and vice versa
9th Mar 2017, 6:15 PM
Goksen Curci
Goksen Curci - avatar