简体   繁体   中英

WebStorm/PhpStorm exclude file from search everywhere

When I search everywhere I would like to exclude JS and js.map files from the search results. ( I am using TypeScript ). My expected behaviour is to have these files omitted from Search Everywhere.

Yes, I can mark the files as plain text, but that's cumbersome on a per file basis.

I have used scopes: 在此输入图像描述

I have researched these links:

What am I missing? Can this be done?

You can exclude particular directory from your project. Go:

Settings > Directories

after that select desired directory and press "Excluded" button.

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM