Iam is used to develop Eclipse and Java, but because of my work, I need to start coding in C #. It seems to me a little annoying that the visual studio is not autofilling my blocks. For example, when I write a new function, the class or operator am is used so that the IDE automatically populates my blocks. Therefore, when I type:
private function sendData(String msg, String email) {
and press the enterclosing bracket will appear automatically, are there any settings that enable this function in Microsoft visual C# 2010 express?
source
share