carymrobbins / intellij-haskforce

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

IDEA 2020.2 support #438

Closed carymrobbins closed 3 years ago

carymrobbins commented 3 years ago

Fixes #427 Fixes #439

Removes HaskellLineMarkerProvider as its superclass interface changed and we never really used it for the plugin anyway other than for debugging. The cost of maintaining it seems higher than its value.