TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

23 pointsby sepisoadover 1 year ago

2 comments

eviksover 1 year ago
&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?
clircleover 1 year ago
I might try rg, but I have been using either consult-ripgrep or ivy-ripgrep for many years