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

win 10 ``` PS E:\clojure\luminusweb\ClojureDart> java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) ``` cursive: 1.12.3-eap1-2020.3 deps edn...

Cursive does not understand how to resolve symbols inside dot `(. o method arg)` and double-dot `(.. o (method arg) (method arg))` special-forms. Contrived example: ``` clojure ; "put" is...

Symbol Resolution

### Issue Wrapped and pretty-printed multi-line strings appear to break on `\n`, regardless of the system line separator (presumably only really noticeable on Windows). This is sort of tangentially related...

I'm using: OS X 10.11.6 Intellij IDEA 2017.2.2 Cursive 1.6.1-2017.2 I would like to debug the following code "test.clj". The breakpoint is at the line of "print". ``` (defn foo...

If the requires in a CLJ file contain a commented-out dependency that uses `#_`, then it gets confused. In my file it didn't do the sort correct, failed to remove...

In reference to https://clojurians.slack.com/archives/C0744GXCJ/p1654265565732809 My specific use case is deps.edn . I'd like to open the file structure browser, type in a few characters of a dependency to jump to...

[ClojureDart](https://github.com/Tensegritics/ClojureDart) has recently been released, and Cursive will need support adding for it. There are two main steps, one small one of simply recognising the file type and allowing namespaces...

Cursive recently added support for tools.build, but provides no easy way to run a build REPL. Discussed here: https://clojurians.slack.com/archives/C0744GXCJ/p1644500433260459

I am opening an issue based on @cursive-ide response in the Mailing List: https://groups.google.com/g/cursive/c/IpNX2W0DJrk Currently if I have a project setup as follows: `src\project\core.clj` with a namespace of `project.core` and...

As `deps.edn` gets more complex, it's useful to have aliases that contain not only `:extra-deps`, but also options that are incompatible with other aliases (`:main-opts` for example). It would be...