Disable Tab-key inserted snippets in VB.NET end statements
Type in VB.NET code editor: For (tab-key)
For index = ..bla bla.. snippet is automatically inserted. That's ok.
BUT consider other situations - let's say you want to end something and add comment at that line:
Continue For (tab-key)'Comment
End Sub (tab-key)'Comment
End While (tab-key)'Comment
..and others similar situations in VB.NET.
(tab-key) automatically inserts snippet and messes the code.
I'm posting it here based on suggestion from original Feedback
http://connect.microsoft.com/VisualStudio/feedback/details/695169/disable-tab-key-inserted-snippets-in-vb-net-end-statements
If you're also annoyed by (tab-key) behaviour on "End" statements, please vote.