比如我有一段文字:
This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements.
我想要固定文本每行的字母数,超过了自动换行,如下:
This document specifies an Internet standards track
protocol for the Internet community, and requests
discussion and suggestions for improvements.
有什么工具能够达到这一效果?( P.S.我了解到 vscode 的 word wrap 可以自动换行,但是它是在屏幕上显示换行,并不是在一行的末尾真正地插入了一个换行符。)