Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Namespaced autocomplete #75342

Open
alrz opened this issue Oct 2, 2024 · 0 comments
Open

Feature Request: Namespaced autocomplete #75342

alrz opened this issue Oct 2, 2024 · 0 comments
Labels
Area-IDE Feature Request untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@alrz
Copy link
Contributor

alrz commented Oct 2, 2024

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.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Feature Request untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

1 participant