Search code examples
intellij-ideaintellij-14

Show indentation line in IntellIJ IDEA


There is a plugin in vim which shows you "dots" (or lines, etc.) where the indentation level is.

Example:

enter image description here

Is there something similar for IntellIJ IDEA?


Solution

  • Go to Settings/Editor/General/Appearance and select Show vertical indent guides to enable this feature in IntelliJ.

    enter image description here