summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortijsmallaerts <tijs.mallaerts@gmail.com>2017-03-22 09:49:40 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-03-22 09:55:21 +0100
commit0816372ff483dd92eb8775c76929835b0955ae70 (patch)
tree914130c3468fc8f939b24047bf44aa8724c5e6f6 /doc
parentd528100ecb1441933b0c9ef1920d147cf6c9a40b (diff)
[Fix #1832] Add eldoc info for datomic query input parameters
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/configuration.md b/doc/configuration.md
index dba3ce60..e3aa98d5 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -165,6 +165,15 @@ its behaviour.
| `nil` | Messages are always truncated to fit in a single line of display in the echo area. |
| `truncate-sym-name-if-fit` or anything non-nil | Symbol name may be truncated if it will enable the function arglist or documentation string to fit on a single line. Otherwise, behavior is just like `t` case. |
+* CIDER will try to add expected function arguments based on the current context
+(for example for the `datomic.api/q` function where it will show the expected
+inputs of the query at point), if the variable `cider-eldoc-display-context-dependent-info`
+is non-nil:
+
+```el
+(setq cider-eldoc-display-context-dependent-info t)
+```
+
## Overlays
When you evaluate code in Clojure files, the result is displayed in the buffer