cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
Cursive prints tagged literals without a space between the tag and the literal. This is usually fine, except when the literal is a symbol. From a REPL in Cursive: ```...
It would be nice if Cursive would support the `*.bb` file extension for Babashka files (it's being used in the example of https://book.babashka.org/#_script_adjacent_bb_edn) and automatically mark them, saving a step...
It would be nice if Cursive would use the `bb.edn` project file (https://book.babashka.org/#project-setup) to automatically recognise Babashka modules (i.e. add a Babashka facet), simplifying the steps needed to set up...
It would be great if the quick parameter popup could show you which parameter your cursor is sitting over by bolding it in the list. I could have sworn I'd...
Hello ! This is a project that was developped using cursive and that worked fine until lately. ``` java.io.FileNotFoundException: target/repl+3f811423/native/linux/arm64/neon-le/libbc-lts-neon-le.so (No such file or directory) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:289)...
We have a few packages published to Github's private maven repo for our organization. These packages are referenced from deps.edn such: ```clj {:paths ["src" "resources"] :deps {my-org/my-package {:mvn/version "1.0.0"}} :mvn/repos...
I updated to latest IntelliJ and Cursive and now I get an error when I start my repl in this project: ``` java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at cursive.maven.ArtifactRepositoryManagerFacade.resolveDependency(ArtifactRepositoryManagerFacade.kt:68) at...
I think the behavior of "moving backward into s-exp" is a little weird. When the cursor is just right after an element, the behavior is as expected. For example below,...
I am running a project in WSL using IntelliJ Gateway and I'm seeing a number of bugs with the REPL pane - The REPL input is only one character high,...