Fork me on GitHub
#cider
<
2016-10-31
>
slipset17:10:52

It’s probably me, my project, or my emacs, but when pressing M-. on a symbol in a cljs file I would expect to be taken to the definition of said symbol, as I do in a .clj file, but Cider just tells me, by the way of Messages user-error: Symbol big-value-widget/big-value-config not resolved. The *nrepl-messages* tells me:

slipset17:10:17

(--> 
  op  "info"
  session  "5014a49d-8aa2-439c-8ccc-ef8b552ab078"
  ns “myns"
  symbol  "big-value-widget/big-value-config"
  id  "13"
)
(<-- 
  id  "13"
  session  "5014a49d-8aa2-439c-8ccc-ef8b552ab078"
  status  ("done" "no-info")
)

slipset17:10:29

What am I doing wrong?

slipset17:10:08

M-. is bound to cider-find-var btw