cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
We're using [clairvoyant] to trace namespaces, and we need to wrap everything in a `trace-forms` macro. Currently this indents everything one level. It would be great if we could have...
Barfing and slurping have this colateral effect of re-indenting nested forms. For example: ``` (if (neg? i) ()) (cons (get s i) (rec s (dec i))) ``` After ~~barfing~~ slurping...
For example, in ``` (.. (LocalDate/of year month 1) (atStartOfDay timezone) (toInstant)) ``` `atStartOfDay` and `toInstant` don't know what type they're supposed to be resolved on.
When using `#_#_` inside a `let` with the RHS "prefixed" with a metadata reader macro, Cursive will mark the binding and metadata macro as commented, leaving the RHS as if...
when I checked the change log, I get the bug fixed after 2022-06-03, bug number is 2692. and my cursive is updated  but when I create project with multiple...
Using `Build #IC-221.5080.210, built on April 12, 2022` with Cursive. This has been bugging me for quite a while, so can't say when this was introduced (or if it was...
This is a bit of a rare edge case, admittedly, but I thought that you might want to know about it anyway; so you can decide if you wish to...
Is there anyway to have Cursive honor the following or achieve the same behavior once can do with disabling reload with tools namespace? ```clojure (:require [clojure.tools.namespace.repl :as ctnr]) (ctnr/disable-reload!) ```...
I'm not sure what about the code I'm working on made cursive unhappy - most tests work fine. Sometimes when running a specific test, IntelliJ will enter a busy loop...
Hello, I've noticed this problem from time to time, I use the keyword search to find a keyword that I'm sure is part of the project, but Cursive can't find...