Skip to content

Commit

Permalink
Get the full context for eldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Oct 6, 2023
1 parent 6ab5381 commit 548a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-eldoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ This includes the arglist and ns and symbol name (if available)."
;; generic case
(t (if (equal thing (car cider-eldoc-last-symbol))
(cadr cider-eldoc-last-symbol)
(when-let* ((eldoc-info (cider-sync-request:eldoc thing nil nil (cider-completion-get-context))))
(when-let* ((eldoc-info (cider-sync-request:eldoc thing nil nil (cider-completion-get-context t))))
(let* ((arglists (nrepl-dict-get eldoc-info "eldoc"))
(docstring (nrepl-dict-get eldoc-info "docstring"))
(type (nrepl-dict-get eldoc-info "type"))
Expand Down

0 comments on commit 548a57b

Please sign in to comment.