cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Cursive: The IDE for beautiful Clojure code

Results 245 cursive issues
Sort by recently updated
recently updated
newest added

After running a series of experiments on the REPL, it would be really useful to be able to export to a file or copy to the clipboard the entire history...

REPL

When using Boot, the `build.boot` is at the same level as `project.clj` in most projects. However it is treated as being outside of a source root, so a warning is...

With the Force Only Indent turned on, this is how the `ns` form gets formatted: ```clojure (ns front.demo (:require [re-frame.core :as rf] [reagent.core :as reagent])) ``` But I believe it...

Using 1.12.2-eap6-2021.3 and babashka 0.7.6, getting ``` java.lang.NullPointerException at cursive.scope$contains_QMARK_.invokeStatic(scope.clj:47) at cursive.scope$contains_QMARK_.invoke(scope.clj:46) at cursive.repl.actions$validate_load_file.invokeStatic(actions.clj:436) at cursive.repl.actions$validate_load_file.invoke(actions.clj:431) at cursive.repl.actions$load_file.invokeStatic(actions.clj:445) at cursive.repl.actions$load_file.invoke(actions.clj:441) at clojure.lang.Var.invoke(Var.java:384) at cursive.api.DelayedFn.invoke(DelayedFn.java:31) at cursive.actions.ClojureActionBase.actionPerformed(ClojureActionBase.java:38) at com.intellij.openapi.keymap.impl.ActionProcessor.performAction(ActionProcessor.java:65) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:573)...

Whenever an unused require is deleted, it indents lines after the next line by one space, nesting them under the first line's vector. Naturally, this causes compilation errors. This only...

1. open idea 2. notice there is an ide error indicator in the lower right corner of the welcome dialog 3. click it, see it's a Cursive issue 4. click...

From https://clojurians.slack.com/archives/C0744GXCJ/p1644931688839219 Currently when [discard](https://clojure.org/guides/weird_characters#_discard) (`#_`) is used before a metadata literal, it results in only the metadata literal being highlighted as a comment: ![Screenshot 2022-02-15 at 14 22 19](https://user-images.githubusercontent.com/1116295/154141205-79828d6e-7694-4273-8f9c-ca89a11fa6e2.png)...

I often import modules of library dependencies when something I'm working on needs changes in both an internal library and one of its consumers. These are usually pulled by git...

When running tests from,say. `some-project.core-test`, if those tests call functions in another namespace, say `some-project.other-test` - that themselves contain assertions, there is no visual clue in `project.core-test` that assertions in...

This is probably a known issue / hard to fix, but reporting just in case since I didn't see it in the list: When you load a babashka pod and...