carymrobbins / intellij-haskforce

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

refs #415; Avoid forcing file save for external tools #419

Closed carymrobbins closed 4 years ago

carymrobbins commented 4 years ago

Fixes #415 Fixes #406

This should improve performance for external tool integrations as well. When using ghc-mod, we no longer need to wait for the file save and sync the file system before sending commands.