branch: elpa/projectile commit 68cff05148a87cd872e8691f868c400ede5b4f52 Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
[Docs] Tweak the list of features --- README.md | 6 +++++- doc/modules/ROOT/pages/index.adoc | 12 ++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f706650655..a00bb2e515 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,14 @@ Here are some of Projectile's features: * jump to recently visited files in the project * switch between projects you have worked on * kill (close) all project buffers -* replace in project * grep (search) in project +* replace in project +* find references in project (using `xref` internally) * run shell commands in a project (e.g. `make`, `lein`) * support for multiple minibuffer completion/selection libraries (`ido`, `ivy`, `helm` and the default completion system) +* integration with the built-in `project.el` library + +There's also a rich ecosystem of third-party [Projectile extensions](https://melpa.org/#/?q=projectile) that add even more features. --------------- [](https://www.patreon.com/bbatsov) diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index 69c7e602d3..3e1e46d084 100644 --- a/doc/modules/ROOT/pages/index.adoc +++ b/doc/modules/ROOT/pages/index.adoc @@ -42,15 +42,19 @@ Here are some of Projectile's features in no particular order: * toggle between code and its test (e.g. `main.service.js` <--> `main.service.spec.js`) * jump to recently visited files in the project * switch between projects you have worked on -* kill all project buffers +* kill (close) all project buffers * replace in project * multi-occur in project buffers -* grep in project +* grep (search) in project (this supports multiple back-ends like `ag`, `rg`, etc) +* find references in project (using `xref` internally) * regenerate project etags or gtags (requires https://github.com/leoliu/ggtags[ggtags]). -* visit project in dired -* run make in a project with a single key chord +* visit project in `dired` +* run `make` in a project with a single key chord * browse dirty version controlled projects * support for multiple minibuffer completion/selection libraries (`ido`, `ivy`, `helm` and the default completion system) +* integration with the built-in `project.el` library + +There's also a rich ecosystem of third-party xref:extensions[Projectile extensions] that add even more features. == Projectile in Action