Hi. I can't seem to figure out how to disable parenthesis completion in VS Mac and it's driving me insane.
What I have:
Console.WriteL<TAB> = Console.WriteLine();
What I want:
Console.WriteL<TAB> = Console.WriteLine
is this fixable?
Hi. I can't seem to figure out how to disable parenthesis completion in VS Mac and it's driving me insane.
What I have:
Console.WriteL<TAB> = Console.WriteLine();
What I want:
Console.WriteL<TAB> = Console.WriteLine
is this fixable?