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

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

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -