When I code in Delphi XE and need a new procedure/function in another unit (for example on a datamodule) then I miss the Visual Studio feature where I can just type the new method name and use the "Create method stub" feature:

or using CodeRush the "Declare method" refactoring:

I prefer this TDD style development as it is faster than first switching to the data module for example, navigating to the interface section and creating the procedure/function myself there.
Do anybody know how I can achieve that in Delphi XE using plugins/add-ins etc.?