cursive

msolli 2025-08-22T13:10:21.762549Z

From the docs: > If you try to navigate to a test from source which doesn’t have a test defined (or at least, one Cursive can find using the above mapping) then Cursive will allow you to create a test. If you’re trying to navigate from within a var (e.g. a defn), it will create a test namespace if required or use an existing one, and then create a deftest within that. If you’re not within a var but are somewhere in the top-level of your file, it will just create a test namespace with no deftest. It'd be nice if the symbol for defining a test was configurable. I'm using Lazytest, where the test-defining symbol is defdescribe. Or maybe l/defdescribe if Lazytest is required with [lazytest.core :as l. I've changed the file templates for creating test ns-es, but with the deftest thing I still have to change it before writing the test.

msolli 2025-08-26T11:41:24.030199Z

I created an issue: https://github.com/cursive-ide/cursive/issues/3059

kenny 2025-08-22T14:25:59.975599Z

Is there a way to reload/reset the built-in clj-kondo lint? I’m making changes to my config and they don’t reflect in the IDE. The changes are reflected when running with the CLI.

borkdude 2025-08-22T14:33:07.972029Z

FWIW clojure-lsp immediately reflects changes in clj-kondo konfig, but not sure how it's integrated in cursive

👍 1
cfleming 2025-08-22T20:50:22.029199Z

Cursive should do this - are you making the changes by hand in the config file?

kenny 2025-08-23T13:44:13.894089Z

Yes