Closed
Description
; CIDER 0.8.1 (package: 20141120.1746) (Java 1.8.0_25, Clojure 1.6.0, nREPL 0.2.6)
; OS X Yosemite
; Emacs 24.4.1
If you attempt to run cider-jump-to-var
to find the definition of an
atom dereferenced with @
, cider can't find the source location. If you remove
the @
cider has no issues finding the location.
Example code:
(ns user)
(def some-atom (atom "hi"))
@some-atom
If you compile this and run cider-jump-to-var
while the cursor is on @some-atom
you'll get a message saying that @some-atom
isn't resolved.
Metadata
Metadata
Assignees
Labels
No labels