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.