This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-02
Channels
- # announcements (13)
- # babashka (42)
- # beginners (29)
- # calva (39)
- # cider (15)
- # clerk (10)
- # clojure (67)
- # clojure-europe (18)
- # clojure-hungary (2)
- # clojure-nl (1)
- # clojure-norway (12)
- # clojure-uk (7)
- # clojuredesign-podcast (14)
- # clojurescript (19)
- # datalevin (1)
- # datascript (5)
- # emacs (4)
- # events (2)
- # fulcro (5)
- # graalvm (5)
- # hyperfiddle (23)
- # incanter (3)
- # jobs (2)
- # lsp (8)
- # missionary (15)
- # off-topic (45)
- # portal (41)
- # practicalli (1)
- # re-frame (3)
- # reitit (6)
- # releases (2)
- # remote-jobs (1)
- # sci (1)
- # shadow-cljs (35)
- # solo-full-stack (8)
- # tools-deps (4)
Hi! I have a problem with autocompletions in lsp-mode. I don't get any 😄 lsp-enable-completion-at-point is set to t. for example if i type <imported namespace>/ i don't get a list of symbols from that namespace. it works if i disable and re-enable lsp-completion-mode for some reason, but only in the current buffer. Any ideas?
Do you use Cider? Then you get autocomplete by evaling the ns. It works by ns introspection, not by static code analysis
i use cider but i want to use clojure lsp as my autocompletion. It works before jacking in but then cider seems to ruin the autocompletion