This Atom package displays the type
of an identifier (in a Haskell source file) as a tooltip.
The type is obtained using hdevtools
.
hdevtools
e.g. via cabal install hdevtools
Note: types will only be displayed if there are no errors in the source file. Thus, this package goes well with linter-hdevtools which will quickly lint source and highlight errors etc.
styles/hover-tooltips-hdevtools.less
to change fonts etc.executablePath
if your hdevtools
is hiding outside of $PATH
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.