如题,有时候Vscode虽然已经开启了换行的功能,倒是经常出现中文段落无法正确换行,剩了一点点的问题
这种时候可以通过调整editor.wrappingStrategy
设置为advanced,自动换行设置editor.wordWrap
为on来解决
(虽然部分中文换行因此设置变得超级奇怪……但是至少文字能全部显示了……)
更多相关信息可参考 While entering the editor in Chinese or English, the line with some characters do not have correct word wrapping, for example, `∈` · Issue #206665 · microsoft/vscode · GitHub ,昨天试图解决换行时发现的这个设置,解决了我的大部分问题(虽然产生了新问题……)