Indentation shortcuts in Visual Studio

后端 未结 8 2225
不知归路
不知归路 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 18:49

    If you would like nicely auto-formatted code. Try CTRL + A + K + F. While holding down CTRL hit a, then k, then f.

提交回复
热议问题