Code block guiding lines (pic included)

Visual Studio Code (PC text editor), http://playcode.io (online text editor), and most other other editors/IDEs have an option for a line that runs from the opening word and tag to the closing tag for the block(i.e. from function () { …to… } for JavaScript). Some even highlight the line that shows which code block your cursor is currently in. I’ve included a picture as an example. Refer the white line running down the left side of the image. Having a line that runs down so I can see what opens and closes where instead of having to count tags saves a ton of time. I don’t do anything but the simplest code in Codecademy while I’m writing it. I have to plug it into another program to solve everything, then copy/paste everything back into CodeCademy to solve it.

Screen Shot 2020-06-01 at 5.27.31 PM