cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Cursive: The IDE for beautiful Clojure code

Results 245 cursive issues
Sort by recently updated
recently updated
newest added

If you start typing e.g. `(:import (java.time Zon` and then Cursive suggests `ZonedDateTime` as an autocompletion and you hit enter, you end up with this: `(:import (java.time ZonedDateTime ZonedDateTime))`. This...

I run tests in REPL using commands "Run Tests in Current NS in REPL" and "Run Test Under Caret in REPL" and I've noticed that when I run my integration...

In a recent release, Cursive started downloading leinengen itself. Unfortunately in certain corporate environments without direct download access, this kind of auto-downloading does not work. I had manually downloaded lein...

this would be awesome to have enabled by default. .

Adding Plumatic Schema -style typehints to `s/defn` and `s/fn` makes reading the function definitions harder as the argument and types are mixed. It would be great if the type-hint part...

Cursive already supports `ghostwheel.core/>defn` and `ghostwheel.core/>defn-` to be treated like the equivalent definitions. But ghostweel is not maintained anymore. Guardrails are the contemporary library and work as a drop-in replacement....

Cursive version 1.11.0 works OK. The following clojure code ``` (is (= "AAAA BBBB" "AAAA BBBBD")) ``` reports in the log for 1.11.0: ``` Assertion failed: Expected :AAAA BBBB Actual...

When using namespaced maps (eg: `#:some-ns {:key "value"}`), cursive is able to find the completions using the base keys inside, but they are hard to explore unless you know their...

Hi, I have some middleware which adds dependencies and source-paths (I know, I know, but this is the best working solution for us) but Cursive doesn't reflect the changes to...

Leiningen

Cursive supports converting HTML to Hiccup on paste. Would it be possible to have the same thing for Fulcro's HTML? There is a functions that does the job at Developers...