代码之家  ›  专栏  ›  技术社区  ›  Basil Bourque

在intellij的代码编辑器中的方法之间绘制线条

  •  0
  • Basil Bourque  · 技术社区  · 6 年前

    有没有办法让intellij区分每个方法的主体从哪里开始和停止?也许画一条线来直观地分隔方法?

    如今,在方法标题周围打一个由星号组成的花盒作为注释似乎有点傻。IDE应该知道每个方法的开始和结束位置。

    1 回复  |  直到 6 年前
        1
  •  2
  •   Basil Bourque    6 年前

    对。Intellij调用Feature方法分隔符。

    Preferences gt; Editor gt; General gt; Appearance ,检查 Show method separators 盒子。

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

    甚至可以控制方法之间绘制的线条的颜色。见 偏好 gt; 编辑 gt; Color Scheme gt; 概述 gt; Code gt; Method separator color gt; Foreground 可以在其中键入 hex triplet code 以RGB表示的颜色。中的默认值 德古拉 方案是 4D4D4D .

    screen shot of Preferences showing 'Method separator color' editor