When in a code editor I write
Sub New (enter)
The editor automatically inserts:
Sub New()
' This call is required by the designer.
InitializeComponent()
' Add any initialization after the InitializeComponent() call.
End Sub
How can I customize the code it writes? Can't find it in the code snippets manager.