Can I have Visual Studio IDE auto-comple brackets?
- by Alex K
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…