Ignore node_modules in Webstorm when using navigation pop-up

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

    To exclude the directory from being searched via navigation pop-up, pick node_modules directory in Project view, then from mouse context menu:

    Mark Directory As -> Excluded

    enter image description here

    Directory could be restored via Preferences->Directories->Excluded Folders settings

提交回复
热议问题