简体   繁体   English

像emacs中的模糊搜索一样崇高?

[英]Sublime like fuzzy search in emacs?

I'm new to emacs and started loving it. 我是emacs的新手,开始喜欢它。

Well, I work on NodeJs and other java script stuff. 好吧,我从事NodeJ和其他Java脚本方面的工作。 I tried flx-ido for fuzzy search but it's not searching in sub directories. 我尝试使用flx-ido进行模糊搜索,但未在子目录中搜索。 Is there any fuzzy search plugin available in emacs that's similar to sublime fuzzy search. emacs中是否有类似于崇高模糊搜索的模糊搜索插件。

I don't have any specific project meta data hence i don't want to use projectile or helm etc.., Any will be greatly appreciated. 我没有任何特定的项目元数据,因此我不希望使用投射物或头盔等。,任何人将不胜感激。

Dunno what Sublime fuzzy search is like, but with Icicles you can use several kinds of fuzzy search over a directory hierarchy, ie, through subdirs. Dunno Sublime模糊搜索是什么样子,但是对于Icicles,您可以在目录层次结构中使用多种模糊搜索,即通过子目录。

You can use the different fuzzy matching methods with any Icicles commands, including the file-searching commands. 您可以对任何Icicles命令(包括文件搜索命令)使用不同的模糊匹配方法。

The relevant Icicles doc is this: 相关的Icicles文档是这样的:

For example, you can use command icicle-locate-file to search a under a directory for files whose names or contents match a search pattern, which can be a regexp or make use of fuzzy matching. 例如,您可以使用icicle-locate-file命令在目录下搜索名称或内容与搜索模式匹配的文件,该文件可以是正则表达式,也可以使用模糊匹配。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM