Skip to content

zalmoxisus/hover-tooltips-hdevtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Install hdevtools e.g. via cabal install hdevtools
  • Place mouse over identifier, and presto!

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

  • Tweak styles/hover-tooltips-hdevtools.less to change fonts etc.
  • Tweak executablePath if your hdevtools is hiding outside of $PATH

Inspirations

About

Atom package displaying types on hover using hdevtools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.9%
  • TypeScript 43.5%
  • CSS 9.6%