Fork me on GitHub
#clj-kondo
<
2020-01-25
>
Janne Sauvala11:01:44

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?

borkdude13:01:08

@janne.sauvala Some reported that the LSP server was a better experience for them. But it can't hurt to try both

Janne Sauvala15:01:54

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)