Settings

Theme

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

sepi.me

23 points by sepisoad 2 years ago · 2 comments

Reader

eviks 2 years ago

> if you'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:

rg-project encodeBase64 --glob='!*test.go'

> This is great, but there's one issue. rg.el

How is this great if it doesn't limit search to functions?

And there is no cache?

clircle 2 years ago

I might try rg, but I have been using either consult-ripgrep or ivy-ripgrep for many years

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection