Would it be possible to when having an invalid overriding method like this:
@Override public void foo() {
}
to have idea give us choices matching the method name to properly override a method and not have to go hunt down the various possibilities? There seems to be no quickfix or intention for this, and it would be real nice to type option + enter on the foo() method name and have idea just show the possible foo methods from the superclass(es). Hit tab and complete the code.
Thanks
R
p.s. I tried to search to see if there was a dup for this but could not find it, since doing a search on @Override just searches override.