halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Feature Request: Function is exposed indicator #4

Closed OvermindDL1 closed 6 years ago

OvermindDL1 commented 8 years ago

Some type of indicator on the function that is exposed at the top of the module would be useful. This is in reference to https://groups.google.com/forum/#!topic/elm-discuss/N_Pd1XsgtwU where they are discussing visibility of the exposed list. Keeping it at the top is sensible to see them all in one place, but it is also nice to see it at the function declaration too, so some indicator that it is so would be nice (Like color-coding it differently I'd say).

halohalospecial commented 6 years ago

@OvermindDL1, this is available in https://atom.io/packages/elm-lens :slightly_smiling_face: