rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 94 forks source link

"Show type" popup suggestions #613

Open develop7 opened 4 years ago

develop7 commented 4 years ago

Repro:

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.
rikvdkleij commented 3 years ago

Thanks for reporting!

I have to investigate this.