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

Sayid (https://github.com/bpiel/sayid) was presented at clojure/conj this year. It offered some nice tracing and profiling for clojure functions and namespaces. However, most of the built-in integration requires using emacs. It...

This is frequently confusing for users, and it would be useful to have some debug logging around what's being calculated to help them debug issues.

I have an IntelliJ project with two modules, both leiningen projects, one called `main` and one called `lib`. The `main/checkouts` directory has a symlink to `lib` (and lib has been...

Would be great if Cursive could autosuggest keys in map arguments based on function's signature ```clojure (defn f [x {:keys [hello world]}]) (f 1 {:h}) ;; suggest :hello ```

Cursive has a good completion assistance for keywords already. Only in map destructuring the keyword completion is not available, e.g. `{:keys [my-keyw...]}`. It would be nice if this could be...

The code using `#?@` all works but is greyed out in the editor. It is treated OK in the standard `#?` form ```clojure (ns io.ok2cry.cry (:require #?@(:org.babashka/nbb [["crypto" :as crypto]]...

When a project has multiple source or test folders the directories keep losing their status as source or test folders. This bug has been a bug for a while when...

Clojure namespaces have a slightly different naming pattern than their requisite file, which is annoying for long time intellij users that expect to be able to "search the name of...

Subject says it all, basically like #850 but for ClojureScript/JavaScript - a setting to turn highlighting on and off for both categories would do just fine.

It seems like it would be useful to be able to edit this in IntelliJ.

deps.edn