Show indentation line in IntellIJ IDEA

AjayZonu picture AjayZonu · Sep 2, 2015 · Viewed 12.1k times · Source

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?

Answer

Bohuslav Burghardt picture Bohuslav Burghardt · Sep 2, 2015

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

enter image description here