This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-25
Channels
- # announcements (3)
- # beginners (64)
- # calva (1)
- # cider (78)
- # clj-kondo (4)
- # clojure-losangeles (1)
- # clojure-uk (5)
- # clojuredesign-podcast (1)
- # clojurescript (15)
- # cursive (2)
- # datomic (19)
- # docker (7)
- # fulcro (17)
- # graalvm (1)
- # hugsql (1)
- # instaparse (2)
- # jobs-discuss (25)
- # joker (2)
- # luminus (1)
- # off-topic (20)
- # pathom (1)
- # pedestal (2)
- # reagent (5)
- # shadow-cljs (83)
- # spacemacs (11)
- # vim (1)
- # vscode (13)
Which way do you recommend to use kondo with Intellij: LSP server or File Watchers + installed binary? Or does it make any difference which I choose?
@janne.sauvala Some reported that the LSP server was a better experience for them. But it can't hurt to try both
I tried first with the LSP server but the plugin has some problems with the IDE. It was crashing to some platform API calls. With File Watcher kondo works and I prefer it over LSP because it would always use the latest version of kondo (I installed and update it with brew)