diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-28 10:35:52 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-28 10:35:52 +0300 |
| commit | 68cff05148a87cd872e8691f868c400ede5b4f52 (patch) | |
| tree | e5a3e482ba552b0d5153bf7eba712c2ca2281fbb /doc/modules | |
| parent | 628ef3be704a2738b76c3fd294c08a56ff346b35 (diff) | |
[Docs] Tweak the list of features
Diffstat (limited to 'doc/modules')
| -rw-r--r-- | doc/modules/ROOT/pages/index.adoc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index 69c7e60..3e1e46d 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 |
