ranjitjhala / hover-tooltips-hdevtools

Atom package displaying types on hover using hdevtools
MIT License
1 stars 1 forks source link

hover-tooltips-hdevtools

This Atom package displays the type of an identifier (in a Haskell source file) as a tooltip. The type is obtained using hdevtools.

Screenshot of hover-tooltips-hdevtools

Usage

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.

Configuration

Inspirations