atsky / haskell-idea-plugin

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

Bad performance when typing #114

Open 2chilled opened 9 years ago

2chilled commented 9 years ago

When I type within a Haskell file it takes a while for the editor to display the chars. It's not unusable but there's a clear delay between the keyboard press and the display of the char. Can anyone confirm the same behaviour? I'm using the latest version of the plugin with IntelliJ 14.1.4 running on Gentoo Linux.

cnsgcu commented 9 years ago

I am having the same issue on my IntelliJ 14.

nikomi commented 9 years ago

Same issue here.

This coincides with a cpu spike, definitely some background processing, e.g. syntax checking/highlighting or something like that

dimabxsx commented 8 years ago

Same issue under IntelliJ IDEA 2016.2.2.

ronyhe commented 7 years ago

It's unusable on my machine using 2016.3. Any suggestions?