cursive
cursive copied to clipboard
Cursive: The IDE for beautiful Clojure code
Currently, Intellij provides profiling `CPU Profiler`, `Allocation Profiler` and `Java Flight Recorder` but when those are selected for a test or `-main` the following log is displayed. ``` 2021-02-23 09:23:07,638...
Currently the Leiningen versions that are available to select from are hard-coded into Cursive. That means that if I forget to update them, or someone is using an old version...
[`libpython-clj`](https://github.com/clj-python/libpython-clj) is library to interop Python and it loads dependencies dynamically. Curisve doesn't show hints (code auto completion) when typing. Expected behaviour: code auto complete works with `libpython-clj`. Can author...
If you look up the definition for `reset!` in CLJS, it takes you to https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/core.cljs#L7272 instead of https://github.com/clojure/clojurescript/blob/master/src/main/cljs/cljs/core.cljs#L4521-L4524 This means that the docstrings don't show up: Perhaps a duplicate root...
To reproduce: 1. Create two namespaces, one in a **.clj** file and the other in a **.cljc** file 2. Place the following definitions into **both** namespaces: ``` (defprotocol IFoo (foo...
When invoking "run all tests in ns" on a large test file (3k lines) the UI eventually hangs. I managed to attach yourkit to see what was going on and...
if the project doesn't have a namespace shortcut used anywhere, it should simply offer an intention to require the namespace as specified bare. (foo.bar/bezzle "whatsit") allow intention to add `foo.bar`...
I often have several UUIDS printed in the output of a test failure in my repl. It'd be awesome if when I selected one, all instances of that UUID were...
Hi ! I have just updated cursive to IntelliJ IDEA 2022.1.2 / 1.12.4 and I can not pinch to zoom the REPL window.. I can not use the Command +...
Hello. If REPL with both clj and cljs type available(switcher in first is clj, in second cljs), than would be awesome sexp from clj files send to clj-repl, and from...