XCode:将一条长注释拆分为多行,并具有固定的字符数

XCode:将一条长注释拆分为多行,并具有固定的字符数,xcode,comments,Xcode,Comments,默认情况下,XCode word wrap中的单行注释。有没有办法强制注释跨越多行 不是 但是 Xcode首选项->文本编辑->缩进(可单击文本)和取消选择换行无法解决换行问题,因为它不会插入返回字符。 // So that really long comments that would not normally be split across multiple lines like this one, which look really annoying in git commit histo

默认情况下,XCode word wrap中的单行注释。有没有办法强制注释跨越多行

不是

但是


Xcode首选项->文本编辑->缩进(可单击文本)和取消选择换行

无法解决换行问题,因为它不会插入返回字符。
// So that really long comments that would not normally be split across multiple lines like this one, which look really annoying in git commit history or other editors which do not text wrap like the one on stack overflow . . . . 
// So that really long comments
// end up split across multiple 
// lines like this?