This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-08
Channels
- # beginners (36)
- # calva (13)
- # cider (3)
- # clerk (7)
- # clj-http (2)
- # clj-kondo (10)
- # clojure (20)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (26)
- # clojure-uk (5)
- # clojurescript (143)
- # dev-tooling (7)
- # events (1)
- # exercism (1)
- # honeysql (8)
- # hyperfiddle (4)
- # jobs-discuss (15)
- # leiningen (3)
- # lsp (31)
- # off-topic (17)
- # overtone (3)
- # pathom (11)
- # pedestal (11)
- # re-frame (15)
- # reitit (17)
- # releases (1)
- # scittle (2)
- # shadow-cljs (29)
- # squint (1)
- # yamlscript (3)
Anyone ever got jdtls/lsp-java to play with leiningen? The lsp seems to require an eclipse project file to start, but I don’t think the lein project doesn’t have what it needs.
Assuming the question is “How can I get Java LSP to function in Leiningen projects with Java sources?” then I would look into checking whether Java LSP supports Maven projects. If it does support Maven projects, then I would run lein pom
(probably as a prep-task if developers are expected to be using LSP instead of an IDE like IntelliJ)