Greetings, you can see this ticket for the full details https://github.com/clojure-emacs/cider-nrepl/issues/732 , but i need help understanding how to resolve this error specifically
ELISP> (cider-sync-request:complete "re-frame" (cider-completion-get-context) ) *** Eval error *** No linked CIDER sessions
in the context of this comment https://github.com/clojure-emacs/cider-nrepl/issues/732#issuecomment-986043891 from the same ticket.
So then, my question would be, how would link a cider session? My guess is that the (cider-completion-get-context) value isn't returning the cider session.