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 doesn't change occurences in other modules #684

Open ZosoDerGoldene opened 2 years ago

ZosoDerGoldene commented 2 years ago

Sometimes that's also the case within a module, but there's already an issue for that ( #657). This here hits me every time I rename something that's used from e.g. Main.hs.

rikvdkleij commented 2 years ago

This is a difficult issue. It seems to be non-deterministic... and probably depending on the size and structure of the project