Skip to content

Feature Request: Namespaced autocomplete #75342

Open
@alrz

Description

Right now you either get all types from unimported namespaces, or the immediate children if you type out the namespace.

With "namespaced autocomplete", if we have:

namespace Foo {
    namespace N1 { public class SomeClass1; }
    namespace N2 { public class SomeClass2; }
}
namespace Bar {
    namespace N3 { public class SomeClass3; }
    namespace N4 { public class SomeClass4; }
}

then dotting off either namespace would only list types nested in that namespace.

Foo. // list only SomeClass1, SomeClass2

This is still considering unimported namespaces but scoped only to the one that is spelled out.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    Area-IDEFeature Requesthelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on it

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions