Indentation shortcuts in Visual Studio

后端 未结 8 2135
不知归路
不知归路 2021-01-29 18:16

I\'m new to Visual Studio 2010 and C#. How can I indent the selected text to left/right by using shortcuts?

\"enter

相关标签:
8条回答
  • 2021-01-29 19:04

    Tab and Shift+Tab will do that.

    Another cool trick is holding down ALT when you select text, it will allow you to make a square selection. Starting with VS2010, you can start typing and it will replace the contents of your square selection with what you type. Absolutely awesome for changing a bunch of lines at once.

    0 讨论(0)
  • 2021-01-29 19:07

    You can just use Tab and Shift+Tab

    0 讨论(0)
提交回复
热议问题