rikvdkleij / intellij-haskell

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

Empty tooltips over string literals #568

Closed develop7 closed 4 years ago

develop7 commented 4 years ago

Repro: hover mouse over a regular string literal, wait

Expected: no tooltip

Instead: an empty tooltip pops up, like this

GIF ![Peek 2020-06-02 15-23](https://user-images.githubusercontent.com/89889/83519743-33198d00-a4e5-11ea-9b04-bef49c08a619.gif)
rikvdkleij commented 4 years ago

Thanks for reporting!

Yes, noticed this after some deprecation warnings were fixed. Should be fixed in beta74.

develop7 commented 4 years ago

Nope, it's reproducing in beta74

rikvdkleij commented 4 years ago

Ok, i see, it's fixed in master.

rikvdkleij commented 4 years ago

Should be fixed in beta75

develop7 commented 4 years ago

Confirming: it's fixed