elm-mode
elm-mode copied to clipboard
Visualize indentation levels in a cycle
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:

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.
Whenever I hit enter, I mostly see Ident Cycle(3). Is this an issue?
@anildigital That's not an issue. Please read this.