elm-mode icon indicating copy to clipboard operation
elm-mode copied to clipboard

Visualize indentation levels in a cycle

Open yupferris opened this issue 9 years ago • 2 comments
trafficstars

One of the things I love with haskell-mode is the ability to view the various indentation levels available for a given cycle without necessarily cycling through them. For example:

screen shot 2016-05-11 at 4 43 33 pm

When my cursor is on the second line of code here (cursor not shown in the screenshot), the various indentation levels available are shown by rendering _'s underneath the relevant characters, and cycling through them works the same way as in elm-mode. This is a lovely feature, and I'd be thrilled to have the option to display this in elm-mode as well.

yupferris avatar May 11 '16 23:05 yupferris

Whenever I hit enter, I mostly see Ident Cycle(3). Is this an issue?

anildigital avatar Dec 11 '16 09:12 anildigital

@anildigital That's not an issue. Please read this.

Bogdanp avatar Dec 11 '16 09:12 Bogdanp