Can I have Visual Studio IDE auto-comple brackets?
Suppose I have a line of code that starts lik开发者_如何学运维e 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.
Check CodeRush, or implement your own add-in...
You could also check out Resharper: http://www.jetbrains.com/resharper/
Once you go Resharper, you can't go back. ;)
Also, Telerik has a product called JustCode that can do these sorts of things too.
精彩评论