Is there a way to avoid closing the following parentheses:
String.Format(
)
, or Console.WriteLine(
)
automatically?
Sometimes is this is annoying and unnecessary, and I end up pressing Delete
to remove it.
I tried disabling Auto-insert pair brackets, pharentheses and quotes
and Auto-insert closing brace
and it is still not working...