在IntelliJ的代码编辑器中的方法之间画线

时间:2018-08-25 00:47:17

标签: intellij-idea methods comments code-editor

是否有办法使IntelliJ区分每种方法的主体在哪里开始和停止?也许画一条线以在视觉上分离这些方法?

如今,在方法标题附近输入星号“花箱”似乎有些愚蠢。 IDE应该知道每种方法的开始和结束位置。

1 个答案:

答案 0 :(得分:2)

是的。 IntelliJ将功能称为“方法分隔符”。

Preferences> Editor> General> Appearance中,选中Show method separators框。

screen shot of Preferences dialog box showing 'Show method separators' checkbox

您甚至可以控制方法之间绘制的线条的颜色。请参见Preferences> Editor> Color Scheme> General> Code> Method separator color> Foreground字段,您可以在其中输入hex triplet code表示RGB颜色。 Dracula 方案中的默认值为4D4D4D

screen shot of Preferences showing 'Method separator color' editor