How to automatically indent source code?

后端 未结 7 1510
抹茶落季
抹茶落季 2020-12-07 11:56

How can I automatically indent source code in Visual Studio 2010?

I have used Ctrl + K, Ctrl + F, but it does not work; i

相关标签:
7条回答
  • 2020-12-07 12:44

    In Visual Studio 2010

    Ctrl +k +d indent the complete page.

    Ctrl +k +f indent the selected Code.

    For more help visit : http://msdn.microsoft.com/en-us/library/da5kh0wa.aspx

    every thing is there.

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