是否有一種自動方法來證明Visual Studio中的註釋?在Visual Studio註釋中證明文本的方法?
實施例:
/// This is a comment
/// that needs to be justified so every line is roughly 120 chars long.
/// Yes I could do it manually
/// but if I'm faced with a 60-line comment I would rather kiss my own toe.
看到http://stackoverflow.com/questions/1837717/comment-reflower-for-visual-studio/3225417#3225417 – Contango