This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-06
Channels
- # announcements (3)
- # babashka (1)
- # beginners (26)
- # calva (1)
- # cider (17)
- # clj-commons (16)
- # clj-kondo (11)
- # clojure (21)
- # clojure-europe (9)
- # clojure-norway (1)
- # clojure-portugal (2)
- # clojure-spec (8)
- # clojure-uk (4)
- # clojurescript (35)
- # datomic (5)
- # emacs (9)
- # figwheel-main (15)
- # fulcro (26)
- # honeysql (1)
- # lsp (5)
- # off-topic (2)
- # polylith (1)
- # rdf (6)
- # re-frame (4)
- # reagent (15)
- # reitit (9)
- # releases (2)
- # shadow-cljs (4)
- # sql (25)
- # squint (2)
- # xtdb (7)
Are you (anyone interested) able to follow these https://docs.cider.mx/cider/usage/code_completion.html#fuzzy-candidate-matching and get it working? If so, let me know, then I'll know the issue is on my end...
and now it (fuzzy search) works, though i changed nothing. wtf.
whats happening is i seem to get getting two sets of completion the later is "helm completion" i think the former might be offered up by lsp?
i don't know if thats a problem or what, but it's probably a hint.
i still get both if i set "lsp-competion-enable" to nil
you know what, i think it literally does take like 30 seconds to warm up or something. On a fresh restart i don't get the fuzzy search the first couple times then it kicks in.
I might have some weird issue where sometimes some things don't get loaded in properly or something. That would make a lot of sense given how random my experience with autocomplete seems to be.
For those who use yasnippet, but can never remember the syntax, you might find this useful: https://mjdiloreto.github.io/posts/yasnippet-helpful-buffer/