Autocomplete Blocks in C #

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?

+3
source share
4 answers

I am pretty sure that the Power Tools performance extension will give you this opportunity. You can find it here:

http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef

, .

+2

-, . Professional . (, Power Tools), ReSharper, . , , Visual Studio , , , Eclipse, , .

+4

Visual Studio , Visual Studio, Brace Completer, .

+1

No, you cannot do this by default in Visual Studio. Visit Microsoft Connect to submit a feature request.

0
source

All Articles