Skip to content

Implicit member resolution for namespaces through a 'using' keyword #4816

Closed
@d180cf

Description

@d180cf

Are there plans to support the using keyword? In large projects there are usually set of modules called "utils" and it's pretty annoying to write import foo = utils.foo; for every used entity.

Activity

DanielRosenwasser

DanielRosenwasser commented on Sep 16, 2015

@DanielRosenwasser
Member

Related to (but not quite quite a duplicate of) #2819.

changed the title [-]using namespace std[/-] [+]Implicit member resolution for namespaces[/+] on Sep 16, 2015
changed the title [-]Implicit member resolution for namespaces[/-] [+]Implicit member resolution for namespaces through a 'using' keyword[/+] on Sep 16, 2015
NoelAbrahams

NoelAbrahams commented on Sep 16, 2015

@NoelAbrahams

Also related to #2956.

DanielRosenwasser

DanielRosenwasser commented on Sep 16, 2015

@DanielRosenwasser
Member

Thanks @NoelAbrahams! Looks like we should be tracking that there.

locked and limited conversation to collaborators on Jun 19, 2018
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

    DuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @DanielRosenwasser@NoelAbrahams@d180cf

        Issue actions

          Implicit member resolution for namespaces through a 'using' keyword · Issue #4816 · microsoft/TypeScript