-
Notifications
You must be signed in to change notification settings - Fork 7
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
Suggestion - Organize (ns) - 0.1.04 #77
Comments
That'll have to be configurable - I for one prefer an explicit list of all namespaces in full. But yes, some sort of organise imports would be great. |
I was about to request this enhancement as well. There doesn't seem to be a way to vote on issues in Github, so pleas consider this a +1 to the request. At the very least, being able to sort them alphabetically would be great. |
There's some good test cases in Storm, e.g. https://github.com/apache/storm/blob/v0.9.5/storm-core/src/clj/backtype/storm/util.clj |
@hlship @ricardojmendez I was also looking for this feature and wrote a lein plugin for that: https://github.com/ertugrulcetin/lein-nsort |
Functionality for "organizing" the (ns) declaration would be nice, comparable to the Java Imports support ... or at the very least, doing the require's into alphabetical order, and perhaps merging related ones together.
e.g.
to
The text was updated successfully, but these errors were encountered: