Rudimentary support for HIE, relies on atom-ide-ui for displaying LSP interactions. Internatlly uses atom-languageclient for the LSP client, and HIE as the LSP server.
Currently requires Atom >=1.21.0
, which, at the time of writing, is the Atom beta, because of the new incoming updates that the LSP client relies on. You can check out the official announcement for LSP support on the Atom blog and check out the using-atom-ide section for more details on how it works.
The code for the providers that HIE supports can be found here (permanent link here).
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.