Fork me on GitHub
#cursive
<
2018-12-08
>
Casey13:12:06

I haven't used Cursive in a year or so.. just started a new clojure project and booted it up (updated cursive with latest intellij version), I seem to remember cursive suggesting functions from other modules and adding require statements automatically

Casey13:12:24

but now it isn't (even among my own project's code). is this a bug?

manutter5118:12:27

Other modules? Or just other namespaces?

manutter5118:12:14

It's working for me, at least.

misha23:12:00

is there a way to align left and right columns in case/cond/let forms the same way as in maps?: select few lines, and reformat code. where do I need to look for this? send help

misha23:12:16

let gets aligned when you rename any of the bindings, but does not on "select lines and reformat code"