Skip to content

Suggestion: reversed syntax for importing symbols from a module #3127

Closed
@BenedekFarkas

Description

@BenedekFarkas

So instead of having to type:

import {} from "whatever";

and then go back to fill in the {} with IntelliSense, a LINQ-like syntax would be easier to use like this:

from "whatever" import {Something};

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already createdOut of ScopeThis idea sits outside of the TypeScript language design constraintsSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions