cursive

Issues at: https://git.io/cursive-issues
cfleming 2020-11-26T03:24:33.276800Z

https://github.com/cursive-ide/cursive/issues/2464

dima 2020-11-26T17:42:52.277600Z

Hello. Is it possible to sort namespace requires alphabetically when formatting file?

AJ Jaro 2020-11-29T00:44:26.288300Z

There's also a plug-in for IntelliJ https://plugins.jetbrains.com/plugin/13222-clojure-namespace-sort

1👍
dima 2020-12-09T13:08:30.362600Z

And there is one more plugin for that https://plugins.jetbrains.com/plugin/12731-amethyst

dpsutton 2020-11-26T17:51:16.278600Z

i've seen coworkers make sure that the requires are each on a line (ie, add a newline after :require and before the final closing paren) and then use the built-in intellij feature to sort lines.

1👍1➕
dima 2020-11-27T11:39:16.280400Z

Didn’t know about intellij Sort lines It works, thanks for suggestion!

cfleming 2020-11-26T20:08:43.278700Z

It’s not right now (apart from dpsutton’s workaround), but this is something I’ve been working on recently. I had to park it for a while, but it will be in sometime soon.

1👍