Ignore node_modules in Webstorm when using navigation pop-up

前端 未结 8 1591
执笔经年
执笔经年 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:36

    In Webstorm 8, you need to also visit Settings > JavaScript > Libraries and disable Node.js core modules and node_modules. The directory exclusion will then work as before.

提交回复
热议问题