intellij-haskell icon indicating copy to clipboard operation
intellij-haskell copied to clipboard

"Show type" popup suggestions

Open develop7 opened this issue 5 years ago • 1 comments

Repro:

  • Select an expression and issue "Haskell → Show type" action (Alt=)
  • A popup with type signature appears

Expected:

  1. Monospace font (instead of proportional)
  2. Wrapping (type signatures too wide to fit current screen should be wrapped)
  3. Syntax highlighting (highlight arrows and parentheses with different colors)
  4. Type signatures could be autoformatted, thus resolving point 2.

develop7 avatar Oct 08 '20 10:10 develop7

Thanks for reporting!

I have to investigate this.

rikvdkleij avatar Oct 14 '20 09:10 rikvdkleij