rikvdkleij / intellij-haskell

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

Refactor (rename) type name changes data constructor name, too #683

Open ZosoDerGoldene opened 2 years ago

ZosoDerGoldene commented 2 years ago

If I have a type Number = Number Int, Shift-F6 (refactor-rename) the type name changes the Data constructor name, too. Maybe this is intentional; for me, it's - unexpected.