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.
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.