简体   繁体   English

我只想在 IntelliJ IDEA (WebStorm) 的搜索结果中看到 ts 文件

[英]I want to see only ts files in the search result in IntelliJ IDEA (WebStorm)

When I'm searching files in the project I don't want to see *js files in the result of the search.当我在项目中搜索文件时,我不想在搜索结果中看到 *js 文件。

How can I find only TypeScript files?如何仅找到 TypeScript 文件? Is there is some settings in the search?搜索中有一些设置吗?

在此处输入图像描述

Specify *.ts in the File Mask field.文件掩码字段中指定*.ts

CrazyCoder's answer helped me. CrazyCoder 的回答帮助了我。 I just needed to add *.ts in the File mask field.我只需要在文件掩码字段中添加*.ts

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有没有办法只搜索在 IntelliJ IDEA 中已更改的文件? - Is there a way to search only in files that have been changed in IntelliJ IDEA? 将Nunjucks与IntelliJ IDEA / Webstorm集成 - Integrating Nunjucks with IntelliJ IDEA / Webstorm IntelliJ IDEA / Webstorm和AngularJS / Ionic - IntelliJ IDEA / Webstorm and AngularJS / Ionic 如何在 Intellij Idea 中搜索和列出文件? - How search and list files in Intellij Idea? WebStorm和IntelliJ IDEA在NPM运行/调试配置中看不到自定义NPM脚本 - WebStorm and IntelliJ IDEA don't see custom NPM scripts in NPM run/debug configuration 我想知道 IntelliJ IDEA 的默认字体 - I want to know default font of IntelliJ IDEA 有没有办法在 JetBrains IDE(PhpStorm、WebStorm IntelliJ 等)中搜索“未版本化的文件” - Is there a way to search "unversioned files" in JetBrains IDEs (PhpStorm, WebStorm IntelliJ etc) 在intellij idea 12中,是否有任何设置可以过滤掉我不想在项目视图中列出的文件? - In intellij idea 12, is there any settings can filter out files that I don't want to list in project view? 当我只想执行 kotlin 脚本时,为什么 IntelliJ IDEA 正在构建 maven 项目? - Why IntelliJ IDEA is building the maven project when I only want to execute a kotlin script? 在IntelliJ中,如何仅搜索索引文件? - In IntelliJ, how can I search indexed files ONLY?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM