Ignore node_modules in Webstorm when using navigation pop-up

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

    To exclude node_modules/ files from being searched in "Navigate | File..." popup and to avoid indexing node_modules/ folder, please perform these steps:

    1. Mark node_modules/ folder as excluded in Settings | Directories.

    2. Remove " node_modules" library in Settings | Languages & Frameworks | JavaScript | Libraries.

提交回复
热议问题