5

I'm currently using WebStorm build 11.0.3, to do some Angular 2 programming/learning and I'm using Angular 2 seed.

WebStorm keeps indexing after every few changes and/or some minutes...

Any suggestions or advises? I'm sure there are some settings about this but I didn't find any.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Han Che
  • 8,239
  • 19
  • 70
  • 116

3 Answers3

2

Because the angular seed folder contains too many files, or others folders, go to webstorm preference, select menu "Directories ", select the fold that you want to Exclude, click "Exclude", then click "Apply" and "OK". As the following picture shows:

enter image description here

Finit
  • 63
  • 8
0

Go to FILE and click on invalidate caches and restart.

0

Also, If you are running Unit Test make sure to exclude the Coverage folder. otherwise, it will keep indexing every time you run a Unit test. Just right click on the folder name and chose exclude.

Slayver Sayto
  • 23
  • 1
  • 4