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

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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -