You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
### New features
6
6
7
+
-[#3692](https://github.com/clojure-emacs/cider/pull/3692): Add ability to switch view modes in the ispector (bound to `v`).
8
+
7
9
### Changes
8
10
9
11
- Bump the injected `cider-nrepl` to [0.49.0](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0490-2024-06-02).
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/debugging/inspector.adoc
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,10 @@ You'll have access to additional keybindings in the inspector buffer
76
76
| `cider-inspector-set-max-atom-length`
77
77
| Set a new maximum length above which nested atoms (non-collections) are truncated
78
78
79
+
| kbd:[v]
80
+
| `cider-inspector-toggle-view-mode`
81
+
| Switch the rendering of the current value between `:normal` and `:object` view mode.
82
+
79
83
| kbd:[d]
80
84
| `cider-inspector-def-current-val`
81
85
| Defines a var in the REPL namespace with current inspector value. If you tend to always choose the same name(s), you may want to set the `cider-inspector-preferred-var-names` customization option.
0 commit comments