Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebStorm keeps indexing with slight changes

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.

like image 766
Han Che Avatar asked Oct 30 '22 06:10

Han Che


1 Answers

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

like image 104
Finit Avatar answered Nov 15 '22 07:11

Finit