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

Sort the import line alphabetically #21

Open
harysutanto opened this issue Mar 13, 2017 · 1 comment
Open

Sort the import line alphabetically #21

harysutanto opened this issue Mar 13, 2017 · 1 comment

Comments

@harysutanto
Copy link

It would be nice if the plugin could insert the new import ... alphabetically. For example we have current import lines:

import CoreGraphics
import Foundation
import UIKit

if we're to add a new import line like import CoreLocation, it would be like this:

import CoreGraphics
import CoreLocation
import Foundation
import UIKit

@markohlebar
Copy link
Owner

Hey @harysutanto yeah that makes perfect sense I think. I think we can plan this into the next release :)

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

2 participants