cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
Getting error while opening Intellij ``` com.sun.jdi.VMDisconnectedException: connection is closed at com.jetbrains.jdi.TargetVM.send(TargetVM.java:336) at com.jetbrains.jdi.VirtualMachineImpl.sendToTarget(VirtualMachineImpl.java:1240) at com.jetbrains.jdi.PacketStream.send(PacketStream.java:78) at com.jetbrains.jdi.JDWP$ReferenceType$SourceDebugExtension.enqueueCommand(JDWP.java:2815) at com.jetbrains.jdi.JDWP$ReferenceType$SourceDebugExtension.process(JDWP.java:2795) at com.jetbrains.jdi.ReferenceTypeImpl.sourceDebugExtensionInfo(ReferenceTypeImpl.java:952) at com.jetbrains.jdi.ReferenceTypeImpl.stratum(ReferenceTypeImpl.java:809) at com.jetbrains.jdi.LocationImpl.lineNumber(LocationImpl.java:244) at com.jetbrains.jdi.LocationImpl.lineNumber(LocationImpl.java:240) at com.intellij.debugger.impl.DebuggerUtilsEx.getLineNumber(DebuggerUtilsEx.java:634)...
# Problem When I turn OFF the _Allow multiple instances_ REPL config option, so I can just use the same Ctrl-Opt-R shortcut to both start and restart my REPL sessions,...
In Settings > Editor > Code Style > Clojure > General, checking the "One space list indent" checkbox does not change indentation of `try` forms. Cursive indents it as follows...
In the window that opens when no project is open / all windows are closed (window title: "Welcome to IntelliJ IDEA"), Cursive is unable to report errors: ``` java.lang.Throwable: No...
I work in a mixed team and occasionally get ragged on for Cursive messing up existing indentation, particularly in `:require` lists. I can't seem to match the clojure-mode default in...
See video https://www.youtube.com/watch?v=aZfvP07Nen0 I enable the option to copy result to clipboard. I enter some commands in the REPL. The output of the REPL does not go into clipboard. Ctrl+v...
The plugin only saves the command history when the repl is closed with the 'X' button. 1. Pressing the run configuration stop button doesn't save history 2. Exiting the ide...
I'm unable to start my REPL when I have git sha dependencies, that have previously been downloaded, and I am now offline (e.g. I'm working on a aeroplane). **Reproduction** Given...
IntelliJ 2022.3.3 w/ Cursive 1.12.8 Steps to reproduce: 1. Paste the following code into Cursive: ```clojure (cond-> response (:schema response) (update :schema transform {:type :schema}) true (update :description (fnil identity...
