Refactor Generate Method Stub for Interfaces
Is it possible to include some of the refactor elements for interfaces.
This would save a bit of time, especially in regards to generating method stubs. Currently we need to browse interfaces, find the interface, new method. Where the code is mostly quite simple for an interface.
See attached picture what currently happens if I attempt to generate a method stub for an interface.