This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-06
Channels
- # babashka (60)
- # beginners (36)
- # clj-kondo (29)
- # clojure (91)
- # clojure-dev (18)
- # clojure-europe (12)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-uk (5)
- # clojuredesign-podcast (8)
- # clojurescript (40)
- # core-typed (74)
- # data-science (8)
- # datomic (9)
- # emacs (22)
- # events (5)
- # fulcro (56)
- # gratitude (3)
- # hyperfiddle (11)
- # lsp (6)
- # malli (36)
- # meander (23)
- # off-topic (50)
- # polylith (4)
- # portal (10)
- # reitit (4)
- # schema (1)
- # shadow-cljs (66)
- # squint (3)
- # tools-deps (16)
I vaguely remember being able to set the desired version of clj-kondo in clojure-lsp or use the user's clj-kondo. Is that possible?
search for clojure-lsp-dev
on this page:
https://github.com/clj-kondo/clj-kondo/blob/master/doc/editor-integration.md
ah perfect, thank you
Hello 👋. In Calva I've recently started seeing this message when running a code action inside a comment form to add a missing require: "Add the import inside this comment form?" Since I use this code action a lot in a dev file where I usually want to add the require to the ns form and not to the comment form, I'd like to make the code action always add the require to the ns form. Is there a way to make clojure-lsp do that and not prompt me like this?
Yes, https://clojure-lsp.io/settings/#all-settings for that:
{:add-missing {:add-to-rcf :never}}