There are a lot of cool things that an
IDE could do, but it’s getting to the point where my one top feature for the
IDE is the automatic addition of interface methods. If I declare a class that implements a given interface, the
IDE should automatically fill those in for me. That would ...
More...