设置项
优质
小牛编辑
128浏览
2023-12-01
字符警戒线wrappingColumn
也可以叫自动换行,一般建议是80
// Controls after how many characters the editor will wrap to the next line. Setting this to 0 turns on viewport width wrapping "editor.wrappingColumn": 80,
wrappingIndent
// Controls the indentation of wrapped lines. Can be one of 'none', 'same' or 'indent'. "editor.wrappingIndent": "same",
语言设置
vscode 1.0升级了,变成了中文版本,如果想改回英文版的,步骤如下:
cmd + shift + p
输入 “语言”
选择“配置语言”,进入修改。
支持的语言列表:http://go.microsoft.com/fwlink/?LinkId=761051
todo