This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-01
Channels
- # adventofcode (77)
- # announcements (1)
- # architecture (6)
- # babashka (16)
- # beginners (28)
- # calva (2)
- # cider (5)
- # clj-kondo (28)
- # clojure (63)
- # clojure-europe (39)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-uk (3)
- # clojurebridge (2)
- # clojurescript (23)
- # cursive (1)
- # datalevin (1)
- # dev-tooling (2)
- # emacs (16)
- # events (3)
- # fulcro (8)
- # guix (3)
- # honeysql (16)
- # introduce-yourself (1)
- # jobs (1)
- # joyride (91)
- # lambdaisland (1)
- # lsp (18)
- # membrane (1)
- # nbb (1)
- # off-topic (62)
- # pathom (4)
- # portal (11)
- # rdf (4)
- # re-frame (4)
- # releases (3)
- # shadow-cljs (55)
- # tools-deps (10)
- # xtdb (3)
- # yada (5)
Hey. I think it's needed to have {}
around $0:references
here:
https://github.com/clojure-lsp/clojure-lsp/blob/01500c34e00efa2b4affc627bdc80e89af18f55d/lib/src/clojure_lsp/feature/completion_snippet.clj#L129
The starting {
is missing and the insertion result is this:
(ns name
:references})
This is one symbol xD
I think it would be better if you would shove it into a next issue that you'll be doing without much process If you want I can do it, not a big deal
I'll probably not work on lsp today, so there is a chance I just forget that, so a issue would help,.but since it's trivial, a direct PR is good enough, feel free to do it, otherwise please create a issue if possible 😅
That was my link to the PR
Does anyone know how clojure-lsp retrieves the clojure documentation for functions? I’m using the neovim clojure-lsp integration and it can show me examples from the online clojure docs. It works whether or not my computer is connected to the internet. Where does it look to find these docs? Does it download them itself or are they bundled with any local clojure install? The examples in the screenshot perfectly match the examples from http://clojuredocs.org (https://clojuredocs.org/clojure.core/vector_q)
https://github.com/clojure-emacs/clojuredocs-export-edn/raw/master/exports/export.compact.edn
ooh thank you!
I confess this feature works so well that I was not expecting to work that well 😂