Skip to content

Commit

Permalink
Update inspector.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Apr 21, 2024
1 parent 9b977af commit 4441019
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/modules/ROOT/pages/debugging/inspector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ inspector buffer using the `s`, `c`, and `a` keybindings.
If you enable `cider-inspector-fill-frame`, the inspector window fills its
frame.

Starting from CIDER 1.8.0, when you define a var using kbd:[d],
a var name can be suggested (default none). You can customize this value
via the `cider-inspector-preferred-var-names` configuration option.
Even after setting it, you are free to choose new names on the fly,
as you type. Most recent names will take priority in subsequent usages.
When you define a var using kbd:[d], a var name can be suggested (default none).
You can customize this value via the `cider-inspector-preferred-var-names`
configuration option. Even after setting it, you are free to choose new names on
the fly, as you type. Most recent names will take priority in subsequent usages.

== Additional Resources

* https://practicalli.github.io/spacemacs/evaluating-clojure/inspect.html[Using CIDER's Inspector in Spacemacs]
* https://practicalli.github.io/spacemacs/evaluating-clojure/inspect/[Using CIDER's Inspector in Spacemacs]

0 comments on commit 4441019

Please sign in to comment.