emacs-java-imports icon indicating copy to clipboard operation
emacs-java-imports copied to clipboard

[Feature Request] Show a list of candidates for the classes of the same name

Open danielwuz opened this issue 7 years ago • 1 comments

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,

danielwuz avatar May 15 '18 21:05 danielwuz

This is a great idea, I'll see how hard it is to implement

dakrone avatar May 17 '18 14:05 dakrone