+ 2
Your 5 favorite code snippets and time savers in Visual Studio?
1 ответ
+ 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