Can I have Visual Studio IDE auto-comple brackets?

Posted by Alex K on Stack Overflow See other posts from Stack Overflow or by Alex K
Published on 2010-03-20T02:56:23Z Indexed on 2010/03/20 3:01 UTC
Read the original article Hit count: 461

Filed under:
|
|

Suppose I have a line of code that starts like the following:

Func1(Func2(Func3

Is it possible to set up Visual Studio (2005, 2008, 2010) IDE, so that when I hit ';' it will auto-complete all the brackets. I am only interested in brackets, nothing fancier. It doesn't have to be ';' key, it can be another key that auto-completes both brackets and ';'. This is a tiny thing that pops-up time and time again, and I've always wondered if I had to live with it.

Thanks.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about ide