If you keep to the programming mantra that you shouldnt have blocks of code longer than one screen, it becomes less of an issue.. Though addmittedly you will very occasionally see my C# code look like:This is one of the things I like about the verbose VB syntax - "End If" is more helpful than "}".
} //while x>10
} //if enabled
} //for i
}//method()