How to get rid of a vertical line in the editor pane of IntelliJ Idea?

最近,在我的 IntelliJIdeas Community Edition 13.1.4的编辑器窗格中间出现了一条灰色的垂直线,这可能是由于对我记不住的设置进行了一些操作。我找不到办法摆脱它,这很烦人。谁能帮忙? enter image description here 谢谢。

48472 次浏览

Updated answer:

进入 PreferencesEditorGeneralAppearance并取消选中 Show hard wrap and visual guides

Settings window 2020

原答案:

进入 SettingsEditorGeneralAppearance并取消选中 Show Right Margin

Settings window 2014

还可以配置代码样式设置中右边距的位置。

在 mac 命令 + Shift + A. . 搜索“显示右边距”。按回车关闭它

现在叫做“展示硬包装指南”, 位于编辑器 > 一般 > 外观

Settings > Editor > General > Appearance

对于 PyCharm 2017和 abce,它被移动了,但仍然可以通过以下方式完成:

然后在右边的新控件中,打开 Editor > Guides > Hard wrap guide取消检查的“ 前景”复选框。

在新版本的 JetBrains IDE 中,因此,在2017年之后,你应该搜索 show hard wrap guide:

enter image description here

编辑 > 一般资料 > 外观里面

2018-10-31

设置-> 编辑器-> 代码样式

你可以找到“[ value ]列的硬包装”。

230 columns is good to me.

转到设置,键入行分隔符在搜索和硬包装它到180

enter image description here

在 windows 上,IntelliJ IDEA 2021.3(社区版) :

  • 档案
  • - > 设定
  • -> Editor
  • - > 一般资料
  • - > 外貌
  • - > 取消勾选「显示缩进指南」

Windows JetBrains Rider 2022:

文件-> 设置-> 编辑器-> 一般-> 外观

取消选中“显示硬包装和可视化指南(在代码样式选项中配置)”

enter image description here