我正在使用方括号编辑器,当该行与窗口代码一起使用时,在方括号中将使用下一行 但是在VS Code中,代码只是继续 在令人沮丧的同一行中,我用谷歌搜索了许多设置,但我只是不知道要搜索什么。
我知道有些设置需要更改。
请帮助
答案 0 :(得分:0)
尝试 Alt + Z 或在主菜单View -> Toggle Word Wrap
还可以在settings.json中启用它
// Controls how lines should wrap.
// - off: Lines will never wrap.
// - on: Lines will wrap at the viewport width.
// - wordWrapColumn: Lines will wrap at `editor.wordWrapColumn`.
// - bounded: Lines will wrap at the minimum of viewport and `editor.wordWrapColumn`.
"editor.wordWrap": "on"
答案 1 :(得分:0)
对于Mac用户:按 option + z