Skip to content

Implement automatic combining of multiple imports from same location #7

Description

@feafarot

I have file models.ts with 2 classes A and B.
If I automatically import both of them they will be imported one after another like that:

import { A } from "./models";
import { B } from "./models";

Could you please implement insertion to already existing import instead of adding a new one.

import { A, B } from "./models";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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