我怎样才能告诉Visual Studio将我的注释重新排列到多行上
本文关键字:新排列 排列 注释 我的 Studio Visual | 更新日期: 2023-09-27 18:31:40
有时当我在Visual Studio中注释我的代码时,我发现我的注释会拖过其余代码。是否有任何快捷方式、方法或扩展将这些单行怪物重新排列成跨多行的格式良好的注释?设置文档格式似乎不会影响批注。
例如,假设我写了一条这样的长评论:
// If at this point the task has not completed it has exceeded the maximum time and a timeout exception should be thrown.
将其重新排列为以下内容(而不是手动)的简单方法是什么?
// If at this point the task has not completed it has exceeded the maximum
// time and a timeout exception should be thrown.
CodeMaid 扩展包括注释格式以换行在指定列处。