Ignore node_modules in Webstorm when using navigation pop-up

前端 未结 8 1587
执笔经年
执笔经年 2020-12-23 11:00

Is it possible to ignore searching the node_modules folder when using WebStorm\'s navigation pop-up window (Command + Shift + N

8条回答
  •  死守一世寂寞
    2020-12-23 11:39

    While webstorm tries to keep indexing everything inside your project - while if its a node project - the indexing takes forever, the better ways to exclude the node folder from indexing as below.

    Select folder -- Settings|Directories -> Use Exclude - button on folder

提交回复
热议问题