Change Default Try-Catch Variable Name VB.NET 2010 -


i wondering if possible change default variable name shows in auto-complete try-catch block. populates as:

try  catch ex exception  end try 

i want populates as:

try  catch excerror exception  end try 

you can using code snippets... http://dotnet.dzone.com/news/code-snippets-visual-studio


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -