rikvdkleij / intellij-haskell

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

HLint "Redundant <x>" suggestions often create garbled code #686

Open ZosoDerGoldene opened 2 years ago

ZosoDerGoldene commented 2 years ago

Moreover, they change with every mouse over (and if you apply them, they are applied as shown at that moment) E.g.: tempsnip

rikvdkleij commented 2 years ago

I need to be able to reproduce this issue.

mnn commented 1 year ago

This happens to me too. In my case it's when I have the hint present, change code around or inside the yellow squiggly lines and then apply (I guess it uses old linter position and doesn't wait for results for the changed code).