Home > Software design >  I want to see only ts files in the search result in IntelliJ IDEA (WebStorm)
I want to see only ts files in the search result in IntelliJ IDEA (WebStorm)

Time:01-15

When I'm searching files in the project I don't want to see *js files in the result of the search.

How can I find only TypeScript files? Is there is some settings in the search?

enter image description here

CodePudding user response:

Specify *.ts in the File Mask field.

CodePudding user response:

CrazyCoder's answer helped me. I just needed to add *.ts in the File mask field.

enter image description here

  •  Tags:  
  • Related