R
R
Roman Konofeev2014-12-09 16:54:56
emacs
Roman Konofeev, 2014-12-09 16:54:56

Emacs + projectile - how to find files by content?

Is it possible to search by projectile project? There is a command that only searches by tags (projectile-find-tag). We need a similar one, but for arbitrary text.
Or what alternatives to projectile are there to solve this problem?
Ps Do not judge strictly, I switched from vim, I'm looking for solutions to some issues.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
demiol, 2014-12-18
@konofeev

C-c p s g     Run grep on the files in the project.
M-- C-c p s g Run grep on projectile-grep-default-files in the project.
C-c p s a     Runs ack on the project. Requires the presence of ack-and-a-half.
C-c p s s     Runs ag on the project. Requires the presence of ag.el.

ack and ag alternatives for grep

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question