This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-22
Channels
- # announcements (13)
- # babashka (22)
- # beginners (22)
- # biff (17)
- # calva (6)
- # clerk (20)
- # clj-kondo (25)
- # clj-together (5)
- # clj-yaml (20)
- # cljdoc (16)
- # cljs-dev (1)
- # clojure (42)
- # clojure-brasil (1)
- # clojure-europe (26)
- # clojure-nl (6)
- # clojure-norway (24)
- # clojure-turkiye (3)
- # clojure-uk (5)
- # clojurescript (37)
- # core-async (7)
- # core-logic (2)
- # datalevin (7)
- # datomic (43)
- # events (2)
- # fulcro (7)
- # gratitude (1)
- # hyperfiddle (7)
- # java (7)
- # jobs (3)
- # lsp (4)
- # off-topic (16)
- # pathom (18)
- # polylith (1)
- # portal (27)
- # reitit (4)
- # releases (3)
- # shadow-cljs (47)
- # tools-build (14)
- # tools-deps (16)
- # yamlscript (11)
Hey.
I'd like to know whether it's possible to change how function completions are suggested for clojure.core
namespace.
When I type constantly
then I'm suggested to require [clojure.core :as c]
.
This is not what I want. I don't want to import it again.
Screenshot:
Edit: Hm. When I restarted my LSP server then it doesn't appear anymore. I don't understand why it could work like this.
But now the formatting is broken.
Edit2: Ok. When I restart my editor it appears again. Ok. I don't know what it is.
clojure-lsp 2023.08.06-00.28.06
clj-kondo 2023.07.14-SNAPSHOT
Are you sure you don't have any requires in the code like clojure.core :as c
? or any other completion backend that may suggest that
I don't know. For now I'll not debug this because this is not too big of a deal. Maybe it's only my problem.
I think I don't have other syntax suggesters than LSP and if I shut down LSP it doesn't suggest anything at all.
Maybe I imported clojure.core :as c
at some point to test it several months ago in other project but then is it saved in some kind of cache somewhere?