Comment reflower for Visual Studio

前端 未结 4 1792
盖世英雄少女心
盖世英雄少女心 2021-02-14 02:28

Is there a built-in command or tool that can reflow C# comments in Visual Studio?

Sometimes, a section of code requires several lines of comments, and after extensive ed

4条回答
  •  清歌不尽
    2021-02-14 03:06

    If you use // or ///-style comments CodeMaid has worked great for me. It is free and open source, and I can use it in both C++ and C#.

提交回复
热议问题