Angular Cli, grinds webstorm to a halt
Hi,
I am currently using the latest version of Webstorm (2016.1.3).
I have created a new angular-cli project, but it is grinding the IDE to a halt. It seems to be constantly indexing. I have excluded most of the directories and run ember-cli-windows command. Nothing seems to make much difference. Any help on improving performance would be much appreciated.
Please sign in to leave a comment.
Please try excluding tmp and dist folders - does this make things better?
Hi Elena,
Thanks for your response.
Those folders were already excluded along with all other folders with the exception of src. I restarted Webstorm and performance seems to have improved with less indexing. The tmp folder seems to get very full, does it ever empty itself or does this have to be done manually?
WebStorm doesn't clear any project folders automatically, you need to care yourself about this...