Typing is slow when hlint is enabled
See original GitHub issueI had this problem before, and it was solved by upgrading to hlint 1.9.40 (stack build hlint-1.9.40 haskell-src-exts-1.18.2
).
But after I upgraded my project dependencies to LTS 8.0, it’s back to being slow again, and I’ve had to disable the hlint inspection.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to Fix Delay or Lag When Typing in Windows
If the typing delay persists, the keyboard is probably faulty. ... If Filter Keys is active on your computer, turn it off and...
Read more >HLint plugin ignores "ignore"s defined as - GitHub
Observe lint error still in the window. Expected behaviour. Ignored hlint suggestions should not have blue underlines. Actual behaviour. Ignored ...
Read more >7 Ways to Fix Keyboard Input Lag on Windows 10 - MakeUseOf
Select Ease of Access and scroll down to the Keyboard section from the right pane.
Read more >Unrecognised HLINT pragma in Haskell - Stack Overflow
If you have the OverloadedStrings extension enabled you will need to give an explicit type to the annotation, e.g. {-# ANN myFunction ...
Read more >hlint :: Stackage Server
Sometimes HLint will change the code in a way that causes values to default to different types, which may change the behaviour. HLint...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s hard problem to keep IDE responsive. It’s because of the external tools/dependencies and also because IntelliJ platform is more or less a blackbox. I’m aware of this problem and are trying to solve this.
I’m already made some changes to improve the general responsiveness. I’m still testing those. If you want I can upload this new version so you can give it a try.
I upgraded a project to LTS 8.0 (hlint 1.9.41) and I do not notice this problem with my latest local version.
Fantastic! 😃