Skip to content

Color current indentation line differently

Waqar Ahmed requested to merge work/active-indent-line into master

This is a proposal to add a small but (imo) useful feature to color the indentation line differently if we are on a bracket.

When you are in a long, nested "scope" figuring out the matching bracket etc becomes visually harder. This change introduces a small change which highlights the indentation line differently if your cursor is on a bracket.

This only works if indentation lines are enabled.

Screenshot:

image

Merge request reports