Allow toggling display of error underlining and red circles in code #11971
Unanswered
adamkpickering
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As code is written helix underlines errors in the code. One example is variables that are not used. However, the code that uses these variables is not yet written! Of course, once the code is written the errors disappear. Here is an example:
errors
is not yet used, but it is going to be. Same thing witherror
.Sometimes I find the underlining and red circles distracting. I propose adding a command (or maybe even key sequence?) that causes errors to temporarily not be displayed so that the user can focus on writing code. Once the user is done writing the code, they can re-enable displaying errors.
Beta Was this translation helpful? Give feedback.
All reactions