Skip to content

Sort the import line alphabetically #21

@harysutanto

Description

@harysutanto

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions