Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法(快捷方式)快速注释掉 CodeRush 中的当前代码行?
我刚从 ReSharper 搬过来,这在这件事上似乎更直观。
是的 - 我知道注释掉代码选择的“/”快捷方式。我正在寻找可以满足我的要求而无需选择代码块的东西。
内置 VS Ctrl K Ctrl C 完成这项工作(和 Ctrl KU 删除评论)
目前,您需要选择包括前导空格在内的整行以使“/”快捷方式起作用。请参阅这篇文章以了解更多信息。