full-ack:用于ack的Emacs前端

时间:2024-05-17 06:31:49
【文件属性】:

文件名称:full-ack:用于ack的Emacs前端

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-17 06:31:49

EmacsLisp

完全确认 用于ack的Emacs前端 ack是一种类似于grep的工具,旨在针对拥有大量异构源代码树的程序员。 可从。 将以下内容添加到您的.emacs中: (add-to-list 'load-path "/path/to/full-ack") (autoload 'ack-same "full-ack" nil t) (autoload 'ack "full-ack" nil t) (autoload 'ack-find-same-file "full-ack" nil t) (autoload 'ack-find-file "full-ack" nil t) 运行ack搜索所有文件,然后运行ack-same搜索与当前缓冲区相同类型的文件。 next-error和previous-error可用于跳转到比赛。 ack-find-file和ack-find-same-file使


【文件预览】:
full-ack-master
----.travis.yml(1KB)
----full-ack.el(28KB)
----.dir-locals.el(65B)
----.gitignore(6B)
----README.md(895B)

网友评论