atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Haskell plugin (high latency?) #71

Open atsky opened 9 years ago

atsky commented 9 years ago

I have recently tried your Haskell plugin on PhpStorm. While I was thrilled at the chance to use Haskell on a great IDE, I was let down from the problem that the editor responds with high latency when making edits.

I have seen this problem with other Haskell plugins and am wondering if it is related to ghc-mod. What do you know about the problem?

rp-eric commented 9 years ago

I am running Mac OSX 10.9.4 and PhpStorm 8.0.2 with Haskell plugin 0.4.1 Beta and ghc-mod 5.2.1.1.

The high latency occurs after typing each character into a file with a .hs extension, even if the file begins as empty.

atsky commented 9 years ago

I installed PhpStorm. I can see small lags sometimes, but most of the time plugin works fine.

vdudouyt commented 9 years ago

I'm experiencing this too, and it's apparently related to auto-completing. Any chances to debug?