Fork me on GitHub
#cursive
<
2023-02-08
>
steveb8n15:02:44

Q: does the organise imports command support cljc or is that too hard?

cfleming02:02:42

Currently, it will work on CLJC (modulo one bug: https://github.com/cursive-ide/cursive/issues/2724), but it will skip clauses that are too hard. I’m also planning to improve this soon.

steveb8n02:02:33

Happy days. I'll give it a whirl

steveb8n18:02:28

@U0567Q30W I tried this with EAP but the command is still a no-op for .cljc files. working great on .clj files. Am I missing something?

steveb8n18:02:57

ok, it works if there are no reader conditionals in the ns require form. if a single #? is used, it blocks the organise imports command

steveb8n18:02:12

I can comment out the #? lines and use the command as a workaround