1

Is it possible to get documentation for Elm language like in this screencast, which uses LightTable? Specifically:

  • panel for language documenation

enter image description here

  • documentation for single function

enter image description here

rofrol
  • 14,438
  • 7
  • 79
  • 77
  • 1
    Have you tried the [language-elm](https://atom.io/packages/language-elm) package? It uses the same elm-oracle back-end. – Chad Gilbert Jun 16 '16 at 16:48
  • 1
    isn't elm-oracle used for autocomplete and not for documentation? "In order to get autocomplete working, please: npm install -g elm-oracle" https://atom.io/packages/language-elm. "Query for information about values in elm source files" https://github.com/ElmCast/elm-oracle – rofrol Jun 16 '16 at 17:03
  • 2
    elm-oracle provides documentation too. [Here's an example of using elm-vim and `:ElmShowDocs`](http://content.screencast.com/users/chadgilbert/folders/Jing/media/f97eed3e-a77c-4059-98c2-48b5f399a9d0/2016-06-16_1347.png) to pull documentation from elm-oracle. The Atom package says nothing about it so perhaps doc-fetching is not yet implemented within Atom, but it works fine in other editors (Vim, Emacs, Lighttable). – Chad Gilbert Jun 16 '16 at 17:52
  • language-elm is doing some docs as of this writing, but it's not as robust as what you've shown above. If you haven't already, please create an issue there with these great screenshots. – Seth Jun 20 '16 at 13:19
  • I've already submitted issue, without screenshots though https://github.com/edubkendo/atom-elm/issues/42 – rofrol Jun 20 '16 at 21:33

0 Answers0