rikvdkleij / intellij-haskell

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

Feature request: automatically close quotes #373

Closed yunti closed 5 years ago

yunti commented 5 years ago

For several languages in intellij when adding quotes (double or single) these are automatically added as a pair with the cursor ready in between. However with the Haskell plugin this isn't currently the case and would be a great addition.

(brackets, curly and square all work like this really well).

rikvdkleij commented 5 years ago

That's an issue introduced in one of the latest betas. Already fixed in master.

yunti commented 5 years ago

Excellent, thanks for all your work.