cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
IntelliJ is now making a .Net-compatible version of IntelliJ in Project Rider. #942 was closed because this wasn't the case previously. Any chance we can get an EAP build of...
See title Cursive 1.14.1-eap2-2024.2 IntelliJ IDEA 2024.2.4 (Community Edition) Build #IC-242.23726.103, built on October 23, 2024 Runtime version: 21.0.4+13-b509.26 x86_64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o....
Cursive cannot seem to make sense (i.e resolve) any of the vars in the `taoensso.telemere` ns of the [Telemere](https://github.com/taoensso/telemere) library (such as `event!`) Granted that I sometimes struggle to understand...
- I have custom REPL commands set up to run tests - I have a test namespace that switches namespaces temporarily in order to define an external function - This...
## Description I'm unable to add custom indentation rules in **Settings → Editor → Code Style → Clojure → Form Parameters**. - The **"+" button does nothing** when clicked. -...
I've found that CLJC quick definitions are sometimes not showing the source anymore. I'm pretty sure this used to work in our codebase. I tested in a simpler codebase and...
I occasionally get this exception from Cursive when I try to restart a running REPL: I think it is related to adding a new dependency to my deps.edn. Let me...
We have `page.state.editor` and `post.state.editor` namespaces. They aren't distinguishable in IntelliJ tabs because they are both shortened to `p.state.editor`. For cases like these, I think I'd like to see them...
Cursive evidently believes that my environment is running a pre 1.12.0 version of Clojure: But I am running 1.12.0. When the REPL is started, its banner indicates 1.12.0, and 1.12.0...
This is basically the same issue as https://github.com/cursive-ide/cursive/issues/1816 but for events registered using calls to `reg-event-db` and `reg-event-fx` from the `re-frame.alpha` package instead of `re-frame.core`. I checked, and when I...