@cfleming Just two actually: lein-cloverage
and lein-eftest
I wonder if Cloverage might be causing that. Is the project.clj anywhere I can look at, or is it private?
Sure thing. Here it is https://github.com/aratare-jp/epsilon-clj/blob/master/project.clj
Ah I missed another one: lein-virgil
Thanks, I’ll try to import that and start a REPL to reproduce, I won’t get to it today though.
Sure thing. Thanks a lot 🙂
If you want I can make an issue with a bit more info?
That would be great, thanks.
Thanks!
does Cursive support a gesture where by i move a form to a new let binding, in the closest (inner most parent) let form? similarly, is there a gesture for introducing and lifting let bindings further and further up? i.e. these from clj-refactor: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-introduce-let https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-move-to-let https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-expand-let
does Cursive support form-wise selection? i know you can expand/contract, but say i had three forms in a row i wanted to select and then cut, without using the mouse or selecting lines (with shift-up/down-arrow) is this possible?
Here's a discussion about that. There are workarounds but it could be better https://github.com/cursive-ide/cursive/issues/997
thanks @imre!
yeah that sticky thing will drive me swiftly crazy 😂 seems like it's still on the roadmap
I use the sticky stuff, it gets the job done, but what I commented about still stands unfortunately
Colin, is these any chance these would be addressed in the near future? Should I break it out into a separate issue? https://github.com/cursive-ide/cursive/issues/2097#issuecomment-776189685
I’ve filed this, and fixed it for the next EAP: https://github.com/cursive-ide/cursive/issues/2523
I actually look at this periodically, but it’s unfortunately still hard due to the discussed problems integrating it into IntelliJ’s expand/shrink selection. But I promise to look at it again in this EAP cycle.