我找不到将 VS2019 编辑器从自动继续注释到下一行的选项。例子:
// This is my comment and when I press enter it gives me:
//
我不希望它在输入时添加 //。我在哪里关闭它?
谢谢。
我找不到将 VS2019 编辑器从自动继续注释到下一行的选项。例子:
// This is my comment and when I press enter it gives me:
//
我不希望它在输入时添加 //。我在哪里关闭它?
谢谢。
导航到:工具 -> 选项 -> 文本编辑器 -> C/C++ -> 代码样式 -> 常规并取消选中“在编写注释时在新行的开头插入现有注释样式”
此功能是在Visual Studio 2019 16.9.0中添加的。您可以在选项 > 文本编辑器 > C# > 高级(或搜索“评论”)中通过取消选中Insert // at the start of new lines when writing // comments
.