cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
Trying to download repository under Windows result in a notification (no stacktrace in the ide log): java.io.IOException Couldn't copy [C:\Users\p\AppData\Local\Temp\download.tmp] to [C:\Users\p\AppData\Local\JetBrains\IdeaIC2025.2\repo1.maven.org.index] IntelliJ IDEA 2025.2.1 (Community Edition) Build #IC-252.25557.131, built...
From the [docs](https://cursive-ide.com/userguide/testing.html#navigation-to-and-from-tests): > If you try to navigate to a test from source which doesn’t have a test defined (or at least, one Cursive can find using the above...
See this example of error msg: `Syntax error compiling at (videosdb\db.clj:77:7).` As you see, Leiningen shows the precise location of the error, but clicking on it does not open the...
I have a monorepo with many services. If I right click on a deps.edn file I can click "Run REPL for {module}". After I have started 6 REPLs, starting a...
In this example: ``` (ns bromba.core) (defprotocol FooBar (foo [o])) (extend-type String FooBar (foo [o] (count o))) (extend Long FooBar {:foo (fn [i] i)}) (defn boom [] [(foo "asd") (foo...
Summary: Create a new CLJS project, open it with Cursive/IntelliJ and see that none of CLJS symbols can be resolved. Prerequisites: - Cursive 1.1.0-14.1 - Leiningen 2.5.3 - IntelliJ 14...
The plugin doesn't either automatically detect and configure for projects in the WSL or let you manually specify. Is this something that is planned for future support?
Versions: IntelliJ IDEA: 2025.1.3 IdeaVim Plugin: 2.25.1 Cursive: 2025.2-eap2-251 Issue: Before updating Intellij (and the noted plugins) to the versions noted above, whilst in the REPL console I had free...