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: Sidekick displays doc comments #9

Closed OvermindDL1 closed 8 years ago

OvermindDL1 commented 8 years ago

Documentation comments {-| doc comment place before function -} in the current project would be awesome to see in the sidekick. I have a few functions in one of my modules that I like to see the doc of to see how to format certain parts of the input but the sidekick only displays, for example SomeApp.SimpleHelpers.flagsContain : List String -> String -> Bool instead of the documentation comment associated with it as well.

halohalospecial commented 8 years ago

It's in the to do list, but low priority. You can submit a PR haha.

OvermindDL1 commented 8 years ago

Lol, should I get time for it I would. ^.^

halohalospecial commented 8 years ago

I'm already working on this :-)

halohalospecial commented 8 years ago

Added in the latest version (2.5.4.).