You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; 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:
(nsuser)
(defsome-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.