carymrobbins / intellij-haskforce

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

Better hlint integration #151

Open NobbZ opened 9 years ago

NobbZ commented 9 years ago

Currently the hlint integration works as follows:

I'd suggest following:

carymrobbins commented 9 years ago

I agree with everything except -

Remove that useless tooltip

Possibly the formatting could be improved, but I think having an annotation popup is pretty useful.

image

In fact, that's the standard way to show warnings/errors in the source.

image