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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -