java - 用于通过路径搜索文件的 Eclipse 插件

标签 java eclipse

从事企业应用程序工作。我的eclipse中有很多java项目(13个项目),它们都是用Ant构建的并生成Estore.ear。

工作时我们都使用cntrl+r。我需要一个插件或建议一种方法来开发或即兴使用路径匹配进行 cntrl+r 搜索。

如果有人以这种方式思考,请分享您的想法,或者您知道任何使用路径搜索的插件。与我们分享

最佳答案

(假设您指的是打开资源对话框,默认情况下绑定(bind)到 Ctrl+Shift+R)

您可以在搜索中使用通配符和其他特殊值,例如(来自 docs ):

Folder prefixes: Both pattern kinds also support folder prefixes. If the pattern contains a /, the part before the last / is used to match a path in the workspace, e.g. "org.eclipse.ui/plugin.xml". Or a bit more complex: "/ui.html" matches e.g. files called "package.html" in a folder named "ui" (but not in folders like "uitools" or "*/ui/internal").

这些文档可直接在对话框中找到,按帮助图标,然后 打开资源对话框:

open resource dialog

关于java - 用于通过路径搜索文件的 Eclipse 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33538357/

相关文章:

java - 从死信 channel 重新传递消息

eclipse - 无法使用ubuntu在Eclipse中添加TomCat服务器

java - 如何测试端口的连接性

eclipse - 如何在eclipse中比较两种方法

java - sprite 碰到边界时如何循环(android 游戏开发)

java - 我应该在哪里存储凭据以及如何取回它们?

java - 带有 GWT : unable to store entities 的 RequestFactory

java - 如何从打开程序的cmd读取文件名?

java - 方法在通用返回对象中不可用

eclipse - 在 pom.xml 中使用 scm 元素的正确方法?