Make monodevelop insert two curly braces after writing a method prototype?

Hi,

I would like to make Mono develop insert two curly braces and place the editing caret inside the method scope after writing a method prototype .

Example:

If I write this and press enter:
void MyMethod()

I would like mono develop to do this:

void MyMethod()
{
    [Editing cursor must be placed here]
}

Is there any possibility to do this? It is really annoying coming from visual studio mono develop default behavior.

Cheers.

I think this question is not conected with Unity. You should ask this question there. Also Monodevelop is open source, you can add that kind of feature by yourself or there is someone already created own fork/plugin that has that function.