Hi !
I'm also using Codesmart 2005 for my VB6 development, and it has a couple of features wich I would love to see in Visual Assist:
1) Automatic end of line statements
2) Automatic branch lines
Here is an example:
|-For i = Forms.Count - 1 To 1 Step -1 >>
| Unload Forms(i)
|_Next << i
|-if Me.WindowState <> vbMinimized Then >>
| SaveSetting App.Title, "Settings", "MainLeft", Me.Left
| SaveSetting App.Title, "Settings", "MainTop", Me.Top
| SaveSetting App.Title, "Settings", "MainWidth", Me.Width
| SaveSetting App.Title, "Settings", "MainHeight", Me.Height
|_End If << Me.WindowState <> vbMinimized