Fork me on GitHub
#spacemacs
<
2019-07-22
>
scknkkrer15:07:22

Is Clojure/Clojurescript Go to Declaration works ?

lispyclouds15:07:04

Yes, it needs to be connected to a REPL and current buffer to be evaluated.

practicalli-johnny17:07:28

@scknkkrer cider-find-var is the command I assume you are asking about. As has been mentioned, it only works with the REPL running (and you may need to evaluate your own function definitions before it finds them)

practicalli-johnny17:07:45

You can also use dumb-jump-go which does not need the REPL. As the name suggests, it simply looks for matches in the project, so may give a wider set of matches