haskell-tools.nvim icon indicating copy to clipboard operation
haskell-tools.nvim copied to clipboard

Hoogle: Improve type signature detection

Open mrcjkb opened this issue 2 years ago • 0 comments

Feature description

  • Use tree-sitter to get type information, and fall back to current method.
  • Search for "found hole" diagnostics if text under cursor is a hole The "found hole" diagnostic is more reliable than the hover documentation for extracting the type signature.

mrcjkb avatar Jun 11 '23 11:06 mrcjkb