The use case in Eclipse:
C++ code as follows:
Create a new class Bar that inherits from class Foo
Class Foo has pure virtual functions.
Is there a way to force Eclipse to create stubs for the implementation of those pure virtual functions in the newly created derived class?
Keep an eye on https://bugs.eclipse.org/bugs/show_bug.cgi?id=303870 , or heck, help them implement it.