Community
Participate
Working Groups
Steps to reproduce: class Foo extends java.util.List{ } Is this case you will have to invoke the contentAssist for every single abstract method. A quickfix would be nice here.
The quickfix is available on the class declaration, it's just shadowed by the error marker for extending an interfce instead of implementing it.
According to Jans comment it's probably a 'works for me'?