Ctrl+k, Ctrl+d not available in Visual Studio 2010 working on C++ project

前端 未结 2 1908
不思量自难忘°
不思量自难忘° 2021-02-14 01:24

I got used to use Ctrl+k, Ctrl+d for formatting whole document while in Visual Studio 2010 C# but when I changed C++ I realise that i

2条回答
  •  一生所求
    2021-02-14 02:09

    If you are annoyed by the workaround Ctrl+a, Ctrl+k, Ctrl+f because you end up at the end of your document, just add Ctrl+- to bring the curser back to where it was before.

提交回复
热议问题