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

Add setting so sidekick shows only type signature + description #45

Closed mandrolic closed 7 years ago

mandrolic commented 7 years ago

A lot of the core functions have a LOT of documentation, so the sidekick suddenly appears and it is HUGE. Hard to cope with on a laptop. I know we could mess with the size and try to tweak it so that it just right, but it would be better I think if the sidekick only showed the type and first line of the description - this is 90% of the time all you care about. There could be a button to expand it to show the full docs, including examples etc temporarily. I think out of the box the default is to show everything, so you do get blasted all the time with the documentation for '|>' and other core functions!