Fork me on GitHub
#cider
<
2017-04-05
>
qqq06:04:50

does cider provide any naviation commands, like "move to next sexp" "move to previous sexp" ?

pesterhazy07:04:07

forward-sexp backward-sexp

pesterhazy07:04:16

built into emacs, not cider

pesterhazy07:04:10

there's also clojure-forward-logical-sexp which takes type hints into account

qqq21:04:24

Is there a way to, in cider-error, click on a file name / line number, and get emacs to jump to the corresponding line

dpsutton21:04:07

do you mean in the stacktrace buffer?

qqq21:04:28

there's a buffer named cider-error

qqq21:04:01

it shows a bunch of lines of the form:

[yellow colored: fun name ] [ green colored: file name ] [ green colored: line number ]
^^ many lines of that form

** actual exception