carymrobbins / intellij-haskforce

Haskell plugin for IntelliJ IDEA
http://carymrobbins.github.io/intellij-haskforce/
Apache License 2.0
486 stars 39 forks source link

Stop displaying the 'Type info not found' message #433

Closed carymrobbins closed 4 years ago

carymrobbins commented 4 years ago

It's not really useful and shows up everywhere due to the quick documentation. Instead, we'll just not display the message if type info is not found. There's probably a better UI for this in the case where the external tool fails to legitimately provide type info in some circumstance, but we can tackle that when it becomes a little more obvious what that UI should be.