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

"$ <=> parentheses" intent

Open develop7 opened this issue 6 years ago • 2 comments

An intent that would enable user to replace $ to parentheses and vice versa

develop7 avatar Dec 14 '18 11:12 develop7

To do this properly the parser has to be improved (has to become layout sensitive). See my discussion with @ice1000 on the Gitter Channel.

rikvdkleij avatar Dec 14 '18 12:12 rikvdkleij

Not only layouts, but also user-defined operator fixities.

ice1000 avatar Dec 14 '18 19:12 ice1000