diff options
| author | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-27 19:23:54 +0300 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.dev> | 2022-10-27 19:23:54 +0300 |
| commit | 73e5da8d979901a653f616c4544d53810f7c9fca (patch) | |
| tree | 9424b053c89149017a86f207955a84c5733413ea /doc | |
| parent | 93c61a98f2ee983d856f1c419caea7fb2ab1ad19 (diff) | |
Document projectile-find-references
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 4178f95..63922d5 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -74,6 +74,7 @@ You need to know only a handful of Projectile commands to start benefiting from * Switch project (kbd:[s-p p]) (you can also switch between open projects with kbd:[s-p q]) * Grep (search for text/regexp) in project (kbd:[s-p s g]) * Replace in project (kbd:[s-p r]) +* Find references in project (kbd:[s-p ?] or kbd:[s-p s x]) * Invoke any Projectile command via the Projectile Commander (kbd:[s-p m]) * Toggle between implementation and test (kbd:[s-p t]) * Toggle between related files (e.g. `foo.h` <-> `foo.c` and `Gemfile` <-> `Gemfile.lock`) (kbd:[s-p a]) @@ -142,6 +143,9 @@ Here's a list of the interactive Emacs Lisp functions, provided by Projectile: | kbd:[s-p s r] | Runs `rg` (`ripgrep`) on the project, performing a literal search. Requires the presence of `rg.el` or `ripgrep.el`. With a prefix argument it will perform a regex search. +| kbd:[s-p s x] +| Find references to the symbol at point within the project. Uses internally the `xref` library. + | kbd:[s-p v] | Run `vc-dir` on the root directory of the project. |
