If I have two classes with the same name but under different package, it would be useful to show a list of candidates for users to choose from. For example, importing `Foo` will list both bar.Foo.java and baz.Foo.java. Thanks,