“转到文件”各种编辑器中的功能

发布于 2024-08-31 09:10:20 字数 386 浏览 7 评论 0原文

在 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 技术交流群。

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

发布评论

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

评论(4

昇り龍 2024-09-07 09:10:20

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.

蹲在坟头点根烟 2024-09-07 09:10:20

我只是想评论一下,在 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.

从此见与不见 2024-09-07 09:10:20

我遇到了 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

零度℉ 2024-09-07 09:10:20

我没有找到任何与 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

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