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: blacklist namespaces from extended suggestions #63

Open
spbuda opened this issue Aug 28, 2019 · 1 comment
Open

Feature Request: blacklist namespaces from extended suggestions #63

spbuda opened this issue Aug 28, 2019 · 1 comment

Comments

@spbuda
Copy link

spbuda commented Aug 28, 2019

It would be nice to have some filter controls to prevent certain items from showing up in the IntelliSense.

Use Case: I am working with Unity, and for some reason it still has Boo.Lang which is a deprecated package for their old built in language. Unfortunately, this has a class named List that gets imported whenever I'm trying to add a List if I'm not careful about which type is added. It would be nice to remove this from my sight so I never have to see it again.

@Dreamescaper
Copy link
Owner

Suggestion is valid, but I'm not sure if it makes sense to invest time on extension side, considering that VS2019 has native import completions now (only types as for now, extension methods TBD).

Probably makes sense to log issue to https://github.com/dotnet/roslyn .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants