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
Post a Comment