[SOLVED] - Unity 2017, Monodevelop 5.9.6, How to generate method definition from a method call

Is there a way to type a method call such as,

doSomething(30,“Foo”);

Right click on it and auto generate a method definition for it? Or perhaps a keyboard shortcut key for this feature?

I’m pretty sure I did it before but cannot remember how.

I’m using Unity 2017 and Monodevelop 5.9.6

I’ve tried ALT + INS, but it doesn’t appear to be any help

I found that ALT + ENTER works.