I've inherited a number of .ASPX files, all in VB "flavor"...I use the Visual Basic syntax highlighting (I tried the user-contributed .ASPX and VB.Net, but they were not a close-enough match).
My problem is that prior developers did not adhere to consistent casing with keywords, so instead of "If ... Then ... End If", I might see "if THEN ELSE end IF" (for example), or instead of Do While" I might see "DO while", "For ... Next" might be "FOR ... NEXT", etc..
Is there a way to get the Visual Basic syntax highlighting to ignore case, and highlight the commands that have inconsistent case?
Thanks,
Eric Kestler
My problem is that prior developers did not adhere to consistent casing with keywords, so instead of "If ... Then ... End If", I might see "if THEN ELSE end IF" (for example), or instead of Do While" I might see "DO while", "For ... Next" might be "FOR ... NEXT", etc..
Is there a way to get the Visual Basic syntax highlighting to ignore case, and highlight the commands that have inconsistent case?
Thanks,
Eric Kestler