VS.NET 2003 Rant

Ok, I’m pasting code from VB6 into the editor and the stupid thing adds a tab to each of the lines. So, this…

function fooBar() as string
Dim myVar as String
...
end function

becomes…

function fooBar() as string
Dim myVar as String
...
end function

Leave a Reply

You must be logged in to post a comment.