I'm using Cursive 1.10.1.eap2-2020.3 / IDEA 2020.3 with paredit. There is a Kill Sexp
in Structural editing. Is there an equivalent Copy Sexp
?
E.g. At the moment Kill Sexp
kills the Sexp: (^ = cursor)
(remove ^(fn [[k v]] (nil? v)) {455 nil 555 "asdf"}) => kills: (fn [[k v]] (nil? v)) (OK)
But Copy as kill
:
(remove ^(fn [[k v]] (nil? v)) {455 nil 555 "asdf"}) => copies: (fn [[k v]] (nil? v)) {455 nil 555 "asdf"} (copies extra {455 nil 555 "asdf"} )
No, there isn’t at the moment. If you file an issue I’ll see about adding that, it should be straightforward.
Ok. Thanks!
Is the “Call Hierarchy” action expected to work in Cursive or is it not supported?
Sorry, I meant to clarify: Does it work on Clojure functions to find the call stack of those functions?
Hi, does anyone know if it’s possible to add our own “Form parameters”? To get my indentation aligned with some others on my team (who just clj-fmt) I need to tweak the indentation for functions beginning with with-
Has anyone configured Code with Me
to use parinfer
?
Ok, I only tried it the other day, but I’ll let you know if I start leaning on this tool much