在VsCode中,如何去掉文字右边的空气?

问题描述 投票:0回答:1

在VsCode中,我无法使用面板的全部宽度。

如图所示,有不少空间我无法使用。(红线)我应该改变哪个设置?

我没有那么多扩展,我也没有在设置中玩得很溜。(我设置的是 每30天或90天更换一台新机器。 因此不要过多的摆弄)。)

enter image description here

下面是我的相关设置。

"editor.lineNumbers": "off",
"editor.wordWrapColumn": 100,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,

字符包是80个字符,这也是标准的。editor.wordWrapColumn 但我没有使用它,但有 editor.ordWrap 设为 on. (on 意味着字的缠绕,但不是在一个特殊的列数)我设置了 editor.wordWrapColumn 到另一个值,但是,正如我所想的那样,只要我有 etidor.wordWrap 设为 on. 我玩过设置 editor.wordWrapColumn 到,比如说,100和 editor.wordWrapwordWrapColumn 按理说,这使得线条在100处断裂。设置后,一切都恢复到(ab)正常。

visual-studio-code vscode-settings
1个回答
0
投票

这只是空间,所以你的线条可以变长。基本上,如果要删除它,请调整你的窗口大小到所需的空间。(如果你指的是最小地图,只要进入设置并禁用它)

© www.soinside.com 2019 - 2024. All rights reserved.