File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ On the bright side:
42
42
- It's still more reliable than `grep`
43
43
44
44
The functionality is not perfect, but at least it's there if you need it. As a bonus you get a quick way to navigate to
45
- all of the functions used by some function using `cider-xref-fn-deps` (` C-c C-? d` ) and `cider-xref-fn-deps-select` (` C-c C-? C-d` ).
46
- Those are pretty handy if you don't want to jump to the source of some function to see what it refers to internally.
45
+ all of the functions used by some function using `cider-xref-fn-deps` (kbd:[ C-c C-? d] ) and `cider-xref-fn-deps-select` (kbd:[ C-c C-? C-d] ).
46
+ Those are pretty handy if you don't want to jump to the source of some function to see what functions it refers to (uses) internally.
47
47
48
48
Don't forget you also have a couple of third-party alternative:
49
49
50
50
- The much more sophisticated AST-powered "find usages" provided by `clj-refactor.el`
51
- - https://github.com/bbatsov/projectile[Projectile's] "grep in project" (`projectile-grep`, typically bound to ` C-c p g` )
51
+ - https://github.com/bbatsov/projectile[Projectile's] "grep in project" (`projectile-grep`, typically bound to kbd:[ C-c p g] )
52
52
53
53
== Reloading Code
54
54
You can’t perform that action at this time.
0 commit comments