cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
Hi, I work on several applications that use Apache Daemon to run as Windows services; this requires two specific static methods to be defined like so: ```clojure (ns my-namespace (:gen-class...
If I use Cursive With Paredit, I can delete a single parethesis (right or left) with Ctrl+Backspace, which unbalances parentheses. In fact, Ctrl+Backspace deletes all consecutive parentheses just before the...
I'm using Cursive on a big Clojure project with many modules. I'm trying to start a local nREPL for a module. When I try to start a previously created nREPL...
e.g. in ```clojure (ns my-test) (Map$Entry) ``` The class reference will be marked, but the intention to import is never shown.
If the only use of a Java class uses an overloaded method that is resolved in runtime, the class is marked as unused and removed by Organize imports. Adding type...
``` (ns my-ns.indented-in-cursive (:require [clojure.pprint])) (ns my-ns.indented-in-emacs (:require [clojure.pprint])) ```
* See [this repo](https://github.com/humphrej/clj-cursive-test-failure) for a minimal reproduction. * When the tests are running from the command line using clj -M:test, there are two failures (correct behaviour) * When the...
Hi I was wondering if you could add after launch options to REPL so after you start the repl things can happen like loading certain files etc.
Typically in Clojure tests the expected value comes first and the actual value second. For example: `(is (= expected actual))` Other test runners then report the expected vs. actual values...
This happens with babashka version 1.3.190 and I verified with 1.3.188 (which worked before updating to Cursive cursive-1.13.4-eap3-2023.3). ``` Error invoking scanner: java.lang.NumberFormatException: For input string: "29543 " at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)...