在“打开资源”对话框中键入内容时,是否可以通过目录而不是仅通过文件名来查找文件?

发布于 2024-11-03 03:09:06 字数 278 浏览 1 评论 0原文

我一直在广泛使用 Ctrl + Shift + 来查找和打开 Eclipse 项目中的文件。但有时我知道我的文件(或其中一部分)所在的目录,但我不确切知道它们的名称。

在进行搜索时,似乎只考虑文件的名称,而不考虑它们的路径。我希望能够通过路径优化搜索。

例如,如果我有一个文件夹 X,其中包含 3 个文件,我希望输入 X 会显示这 3 个文件,这样我就可以选择它们。或者它实际上让我选择 X 文件夹本身!

有没有办法在 Eclipse 中做到这一点?

I have been using extensively Ctrl + Shift + to find and open files in my Eclipse project. But sometimes I know the directory where my files are (or part of it) but I don't know exactly their names.

When doing search, it seems it only takes into consideration the name of the files, and not their paths. I'd like to be able to refine the search by path.

For instance, if I have a folder X with 3 files in it, I'd like that typing X would bring up the 3 files, so I could choose them. Or that it'd actually let me select the X folder itself!

Is there a way to do this in Eclipse?

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

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

发布评论

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

评论(2

吃→可爱长大的 2024-11-10 03:09:06
  • 使用 Ctrl + Shift + R 打开“打开资源”对话框
  • 输入 *X/ 以列出所有资源文件位于文件夹 X 中。前搜索:*myDir/myFile
    重要提示:需要前面的星号 (*) 才能使搜索也适用于文件夹和路径。
  • Use Ctrl + Shift + R to bring up the 'Open Resource' dialog
  • Type *X/ to list all files in the folder X. Ex search: *myDir/myFile.
    Important: the preceding asterisk (*) is required to make the search apply to folders and paths too.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文