#5553
jonhutch24
Member

The features I really need mirror the functionality found in the snippet component found in Visual Studio 2005.

What I would like to see would be to have a template like this:

Public ReadOnly Property $PropName As $PropType
Get
Return $ProbField
End Get
End Property

Where when you insert the snippet, you can tab through the $tags and insert the text you want.