emacs-java-imports
emacs-java-imports copied to clipboard
[Feature Request] Show a list of candidates for the classes of the same name
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,
This is a great idea, I'll see how hard it is to implement