intellij-haskell
intellij-haskell copied to clipboard
"Show type" popup suggestions
Repro:
- Select an expression and issue "Haskell → Show type" action (Alt=)
- A popup with type signature appears
Expected:
- Monospace font (instead of proportional)
- Wrapping (type signatures too wide to fit current screen should be wrapped)
- Syntax highlighting (highlight arrows and parentheses with different colors)
- Type signatures could be autoformatted, thus resolving point 2.
Thanks for reporting!
I have to investigate this.