Color Coding If Statements
I use a lot of nested If Statements to build PDFs and send info to other apps and workspaces depending on what options are chosen. Since there are If Statements inside other If Statements and sometimes 4 or 5 levels deep, it would be nice to have the levels color coded to find the End If of the If Statement. For example, first level is green, second is red, third is blue, fourth is yellow, fifth is purple, etc.
Currently I have to leave my cursor at the level I'm looking for and scroll until I find the End If I am looking for. This would save time and reduce errors in If Statements.
Please sign in to leave a comment.
Comments
0 comments