You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I write a bad line of code and execute it, I get the red line under the code telling me that line has failed. This is useful. However, once I start editing that line of code, I expect the red line to go away, since now it is undetermined if what is there is buggy. The red line hangs around until the next time I execute that code successfully, which is a little bit distracting.
For example:
The first time I ran that code, it failed. Now that I'm editing it, I'd like the red line to go away, and only re-appear if I run the code again and it fails again. Or, maybe the red line hangs around, but is almost totally transparant / lightly colored once I start editing?
The text was updated successfully, but these errors were encountered:
When I write a bad line of code and execute it, I get the red line under the code telling me that line has failed. This is useful. However, once I start editing that line of code, I expect the red line to go away, since now it is undetermined if what is there is buggy. The red line hangs around until the next time I execute that code successfully, which is a little bit distracting.
For example:
The first time I ran that code, it failed. Now that I'm editing it, I'd like the red line to go away, and only re-appear if I run the code again and it fails again. Or, maybe the red line hangs around, but is almost totally transparant / lightly colored once I start editing?
The text was updated successfully, but these errors were encountered: