I remember seeing (many months ago now) an MSDN vidio on the new features of
VS 2005 IDE.
for C#, one of them automatically added a pair of braces following key
words or there was a way to insert a pair of braces (opening and closing),
one or the other.
Can that be done and where in the docs are features such as this described?
Thanks,
Dennis
"Gary Chang[MSFT]" - 11 Nov 2005 12:59 GMT
Hi Dennis,
>Can that be done and where in the docs are features
>such as this described?
yes, this is a new feature of VS2005, you can invoke it by pressing CTRL+K,
CTRL+S to use surround-with code snippets in the code editor.
Please refer to the following MSDN doc for the details:
How to: Use Surround-with Code Snippets
http://msdn2.microsoft.com/en-us/library/6hf704tz.aspx
Thanks!
Best regards,
Gary Chang
Microsoft Community Support
--------------------
Get Secure! ¡§C www.microsoft.com/security
Register to Access MSDN Managed Newsgroups!
http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp
&SD=msdn
This posting is provided "AS IS" with no warranties, and confers no rights.