intellij-haskell
intellij-haskell copied to clipboard
"$ <=> parentheses" intent
An intent that would enable user to replace $ to parentheses and vice versa
To do this properly the parser has to be improved (has to become layout sensitive). See my discussion with @ice1000 on the Gitter Channel.
Not only layouts, but also user-defined operator fixities.