Visual Studio Enterprise 2017:从空白行开始时,Ctrl + D 不起作用

Visual Studio Enterprise 2017:从空白行开始时,Ctrl + D 不起作用

Visual Studio 中的重复快捷方式(ctrl+d)对我来说似乎真的很挑剔,所以我做了一些测试,发现每当我从一行代码开始选择时,它都能正常工作。

例子:

[select start here] //Here is some code

//Maybe some more lines

[select end here]

这样就可以很好地复制。但是,如果我从空白行开始,则不会。

例子:

[select start here]

//Here is some code
//Maybe some more lines [select end here]

[or here]

现在 ctrl+d 不起作用。这是错误还是功能?

答案1

这既不是一个错误,也不是一个功能。Ctrl+D在两种情况下都可以正常工作。再试一次。也许您不小心按了其他键。

相关内容