I am using VS2010, i want to create a snippet to do the following:
When I press { or ( then press tab the snippet writes ) or }. I created the snippets but when I write { or ( which are specified as the snippets shortcuts they does not work
Please help
You just can’t use these characters for the snippet shortcut, refer to this MSDN article: Code Snippets (C#)
The yellow note at the end of the article says the following: