“转到文件”各种编辑器中的功能
在 TextMate 中,有一个称为“转到文件”的功能,用于文件导航。您可以在该框中输入项目中的文件名称,它将使用模糊匹配来生成可供您选择的候选文件列表。
其他编辑器也有这个功能,但他们各自给它起了不同的名字:
Vim fuzzyfinder
Emacs 模糊在项目中查找
TextMate 转到文件(模糊)
Eclipse OpenResource(不模糊)
Eclipse GotoFile(模糊)
Komodo 转到文件(不模糊)
Netbeans 转到文件(不模糊)
jEdit、Geany 或 Ultraedit 有此功能吗?
In TextMate there is a feature called "Go to file" that is used for file navigation. It is a box where you type the name of a file in your project and it will use fuzzy matching to generate a list of candidate files from which you can select.
Other editors have this feature, but they each give it a different name:
Vim fuzzyfinder
Emacs fuzzy-find-in-project
TextMate Go to file (fuzzy)
Eclipse OpenResource (not fuzzy)
Eclipse GotoFile (fuzzy)
Komodo Go to File (not fuzzy)
Netbeans Go to file (not fuzzy)
Does jEdit, Geany, or Ultraedit have this feature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Gedit 通过 snapopen 插件具有此功能。您可以在 http://live.gnome.org/Gedit/Plugins 上找到它
,或者您可以使用gedit 的 Gmate 插件:https://github.com/gmate/gmate
它基本上是类固醇的 gedit。
Gedit has this feature with the snapopen plugin. You find it on http://live.gnome.org/Gedit/Plugins
Or you can use the Gmate-Plugins for gedit: https://github.com/gmate/gmate
It is basicly gedit on steroids.
我只是想评论一下,在 Eclipse 中,您可以使用通配符 * 获得“近乎模糊”的搜索。
例如 *f*i*l*e 将查找在资源名称中的任何位置按此顺序包含字符 f、i、l、e 的所有资源。
这适用于 Ctrl+Shift+R(搜索资源)以及 Ctrl+我怀疑 E(在打开的选项卡中搜索)和其他人也是如此。
I just thought I'd comment that, in Eclipse, you can get "near-fuzzy" search using wildcard character *.
For example *f*i*l*e will find all resources which contain characters f,i,l,e in this order in any place in the name of the resource.
This works with Ctrl+Shift+R (search for resources) as well as for Ctrl+E (search in open tabs) and others too, I suspect.
我遇到了 Fuzzy Open for gedit,它对我有用。
尝试一下:https://github.com/eggegg/fuzzyopen
I came across Fuzzy Open for gedit and it works for me.
Give it a try: https://github.com/eggegg/fuzzyopen
我没有找到任何与 Geany 类似的东西,并编写了一个小原型,它可以工作,但有一些错误。 github.com/hodzanassredin/geany-fuzzy-goto-file-plugin
I didn't found anything similar for Geany and wrote small prototype it works but has some bugs. github.com/hodzanassredin/geany-fuzzy-goto-file-plugin