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.