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

For the most part Cursive honors this behavior, but it doesn't appear to work all of the ones outlined in the Clojure style guide (such as `cond->`, `as->`, etc). It...

I have a multimodule project with deps.edn. Each module is its own module in idea, and the root module depends on every other module; it doesn't contain any sources. However,...

I could have set this up wrong but shouldn't I be able to ‘go to’ the dependencies themselves? When I try drill into a dependency from the ‘project.clj’ it says...

If a user has two projects open, and they each contain a project-specific REPL command with the same name, IntelliJ will produce an error in the log: ``` 2024-04-20 10:18:04,066...

bug

For example: ```clojure (try (URI. (subs line 24)) (catch Exception e (print/print-error state (str "Error parsing URL " (subs line 24) ": " (.getMessage e))))) ``` Here, `e` does not...

I am running Cursive 1.32.2-eap7 with IntelliJ 2023.3.5 and babashka 1.3.188. Beginning some version ago loading a namespace stopped, resulting in ``` java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length...

IntelliJ 2021.1 added support for remote run targets, using SSH or Docker, and on Windows WSL is also an option. The new WSL run target option on Windows, broke support...

I know the dataflow language is not well-supported in IntelliJ given it’s a bit…different. However, I’ve largely had no issues with Cursive’s current support (except indentation). That said, I’m seeing...

Using WSL2 with Ubuntu 22.04 - IDEA 2023.3.5. Cursive 1.13.1-2023.3. I loaded a project from the project.clj file. Cursive appears to pull in the following profiles on initial project start:...

I have narrowed down my IDE issue to the Cursive plugin (it only does this when the Cursive plugin is enabled). What steps will reproduce the issue? 1. Open project...