I am running :
- Babel (for ES6 syntax highlighting),
- SublimeLinter + SublimeLinter-contrib-eslint_d (for linting)
- SublimeCodeIntel (for intellisense)
Everything works really well except that it is slow and I mean really slow, my box is not very strong and this combination totally cripples it - sublime sometime just freezes for up to 20 seconds!
What I don’t understand is why these long delays/freezes happen even when just moving the cursor or selecting text, I assumed these plugin only need to run when code is changed ?
Would this combination mean that the code is parsed 3 separate times ? is there a way to speed things up ? am I doing something wrong ?
Thx!