有没有办法在 vs code 中按名称过滤文件?

发布于 2025-01-11 07:28:11 字数 171 浏览 0 评论 0原文

有没有办法在 VS Code 中按名称过滤文件?左侧导航窗格中的搜索图标提供了在目录上下文中进行全局文本搜索的功能,但我还没有看到一种立即搜索特定文件的方法。例如,假设我想搜索“Chart.component.tsx”或通过搜索“.test.tsx”来查找项目中的所有测试文件。有什么办法可以在 VS Code 中做到这一点吗?

Is there a way to filter files by name in VS Code? The search icon in the left nav pane provides the ability to do a global text search within the directory context but I haven't seen a way offhand to search for specific files. For example, let's say I want to search for "Chart.component.tsx" or find all test files in the project by searching for ".test.tsx". Is there any way to go about doing this in VS Code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

呢古 2025-01-18 07:28:11

输入ctrl-P,然后开始输入文件名。 VSCode 将为您搜索目录。

Type ctrl-P then start typing the file name. VSCode will search the directories for you.

ゝ偶尔ゞ 2025-01-18 07:28:11

您可以使用以下方法突出显示或限制与资源管理器中的文件名匹配的文件:

高级树导航

使用过滤按钮,您可以限制显示匹配的文件。

与文档相比,过滤按钮具有新的外观,并且添加了模糊匹配选项。

You can highlight or limit the files that match a find on file name in the Explorer using:

Advanced tree navigation

With the Filter button you can limit the files shown that match.

The Filter button has a new look compared to the documentation and they have added a Fuzzy Match option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文