自动输入(下一行)代码,因为窗口大小在vs代码中减小了?

时间:2018-11-25 12:35:21

标签: visual-studio-code vscode-settings brackets

我正在使用方括号编辑器,当该行与窗口代码一起使用时,在方括号中将使用下一行 enter image description here 但是在VS Code中,代码只是继续 enter image description here  在令人沮丧的同一行中,我用谷歌搜索了许多设置,但我只是不知道要搜索什么。

我知道有些设置需要更改。

请帮助

2 个答案:

答案 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"

File -> Preferences -> Settings enter image description here

答案 1 :(得分:0)

对于Mac用户:按 option + z