Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't always perform clj-kondo classpath analysis on startup #45

Open
joshgelbard opened this issue Jun 20, 2023 · 0 comments
Open

Don't always perform clj-kondo classpath analysis on startup #45

joshgelbard opened this issue Jun 20, 2023 · 0 comments

Comments

@joshgelbard
Copy link

As far as I can tell, there's no way to opt out of this classpath analysis step, or to do it just once and then never again. That step takes a very long time on our codebase, so doing it every time the plugin is loaded gets pretty painful. Assuming I'm not just missing an opt-out option that already exists—could one be added?

It might make sense to skip it by default if a .clj-kondo.cache directory already exists, but I'd also click a "Never ask about this" checkbox on install. I'm happy to run it myself as needed.

Full transparency: I don't use IntelliJ myself except when I'm trying to debug it; I just want all my coworkers to use clj-kondo, and this plugin looks to be by far the easiest way to make that happen. :)

I'm testing this with IntelliJ CE 2022.3.1 and Clojure Extras 0.7.7.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant