Skip to content

Sorting imported functions from a module alphabetically #206

Closed
@robstewart57

Description

@robstewart57

The haskell-sort-imports.el is great! It re-orders imported modules according to their namespace. What would also be great is the ability to re-order the imported functions from a module E.g.

import Data.Text (pack)
import Data.Map (null,member)

would be re-ordered, both in module namespaces and with function names as:

import Data.Map (member,null)
import Data.Text (pack)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions