jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
375 stars 67 forks source link

Visualize indentation levels in a cycle #72

Open yupferris opened 8 years ago

yupferris commented 8 years ago

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.

anildigital commented 7 years ago

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

Bogdanp commented 7 years ago

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