TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

My pain points with Emacs code search and how I fixed them

23 点作者 sepisoad超过 1 年前

2 条评论

eviks超过 1 年前
&gt; if you&#x27;re working on a Go project and you want to search for the function encodeBase64, you can use the following command to exclude all test files from the results:<p>rg-project encodeBase64 --glob=&#x27;!*test.go&#x27;<p>&gt; This is great, but there&#x27;s one issue. rg.el<p>How is this great if it doesn&#x27;t limit search to functions?<p>And there is no cache?
clircle超过 1 年前
I might try rg, but I have been using either consult-ripgrep or ivy-ripgrep for many years