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

Sometimes, during startup the following error happens. No idea why/when. Everything seems to be working fine though. 🤷‍♂️ 1.13.1-eap7-2023.2 IntelliJ IDEA 2023.2.4 (Community Edition) Build #IC-232.10203.10, built on October 24,...

If I have a Deps or Leiningen project, I can reload deps when I add one to deps.edn/project.clj. If I have deps in bb.edn in a Babashka project, I have...

## Description Cursive appears to have an issue with correctly compiling ahead-of-time settings when unquoting the expression. This results in an inconsistency between Cursive and `lein uberjar`, making Cursive fail...

I have a namespace declaration with ``` (:refer-clojure :exclude [assert conj]) ``` and inside that namespace I defn conj ``` (defn conj "Like [[clojure.core/conj]], but for LensSchemas." ([?spec x] (...............util/conj...

the static analyzer does not seem to understand the syntax of `case`. cursive claims there's an error in the `(not)` form. However, the code run correctly and prints 3 as...

When generating stubs, I get the following warning: `java.io.FileNotFoundException: C:\Users\Sigmund\AppData\Local\JetBrains\IntelliJIdea2023.1\cursive_stubs_59a8d6cc\82474c2c-tmp\8f9e1ca.clj (The system cannot find the path specified)` If I am to make a guess, I would say the temporary file...

placing caret on "usual" keyword highlights all of its occurrences in file placing caret on "special" keyword - does not: "special" keywords do show up in suggests though: IntelliJ IDEA...

When referring to [AERO](https://github.com/juxt/aero) reader, Cursive issues a warning that `reader cannot be resolved`, but `reader` is a `defmulti` in AERO's namespace. Example: ```clojure (ns my.namespace (:require [aero.core :as aero]))...

Hi, I'm running Intellij 2023.2.2 (Linux), Cursive 1.13.0-2023.2, deps.clj 1.11.1.1347 I have a project that's setup something like this: ``` projectdir lib1 lib2 ... lib20 main ``` The `deps.edn` in...

Hi, thank you for making Cursive! 🙌 This is an addition to #318. When I want to have multiple REPL instances in parallel in a single IntelliJ project and the...