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: doc/modules/ROOT/pages/debugging/inspector.adoc
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,14 @@ You'll have access to additional keybindings in the inspector buffer
85
85
| `cider-inspector-toggle-pretty-print`
86
86
| Toggle the pretty printing of values in the inspector. You can set the `cider-inspector-pretty-print` customization option to `t`, if you always want values to be be pretty printed.
87
87
88
+
| kbd:[S]
89
+
| `cider-inspector-toggle-sort-maps`
90
+
| Toggle the sorting of maps by key in the inspector. You can set the `cider-inspector-sort-maps` customization option to `t` if you always want maps to be displayed sorted.
91
+
92
+
| kbd:[D]
93
+
| `cider-inspector-toggle-only-diff`
94
+
| When inspecting a diff result, toggle only displaying the differing values. You can set the `cider-inspector-only-diff` customization option to `t` if you always want to only show the diff instead of all values.
95
+
88
96
| kbd:[d]
89
97
| `cider-inspector-def-current-val`
90
98
| 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