File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
doc/modules/ROOT/pages/debugging Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,18 @@ expansion buffer (which is internally using
23
23
kbd:[u]
24
24
| Undo the last in-place expansion performed in the macroexpansion buffer.
25
25
|===
26
+
27
+ == Configuration
28
+
29
+ The option `cider-macroexpansion-display-namespaces` controls whether to display
30
+ namespaces in the macroexpansion buffer. It can be set to one of the following:
31
+
32
+ * `qualified` - Vars are fully-qualified in the expansion.
33
+ * `none`- Vars are displayed without namespace qualification.
34
+ * `tidy`(default) - Vars that are :refer-ed or defined in the current namespace
35
+ are displayed with their simple name, non-referred vars from other namespaces
36
+ are referred using the alias for that namespace (if defined), other vars are
37
+ displayed fully qualified.
38
+
39
+ The option `cider-macroexpansion-print-metadata` controls whether to print the var metadata
40
+ in the macroexpansion buffer. It's set to `nil` by default.
You can’t perform that action at this time.
0 commit comments