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
At the moment, errors are underlined with a wavy red line:
And you have 3 ways to see what the error is :
hover the line with the mouse
navigate the cursor to the error and hit ctrl+k and then ctrl+i
hit F8 until you navigate to the errors
Those all work great but need some extra-work
You have to quit the keyboard
you have to navigate to the error, and then remember the 2 key shortcuts
if there are may errors, you might have to loop through a bunch of them before getting the one you're interested in
Of course you also could have the "Errors" panel open, but again, if you have many errors the one you interested in might be buried below what's visible without scrolling.
Request
It would be nice if there was an option to display errors next to the line containing those errors, so they'll show up without any user-interaction.
Here's what it could look like :
Challenges
The line might be a long one, and the error message would then not be visible
In case there are multiple errors on a same line, how do you display it
The errors could be displayed on the next line instead, but from what I saw inspecting the app, it might be tricky to do since the "decorators" are positioned absolutely beneath the actual line of code.
The text was updated successfully, but these errors were encountered:
Add an option that keeps all errors visible using the current "f8" behavior of showing the errors below the line. The screenshot below shows one error below the line. The configuration option could make it such that these are always visible, and multple errors will display on multiple lines.
Issue
At the moment, errors are underlined with a wavy red line:
And you have 3 ways to see what the error is :
Those all work great but need some extra-work
Of course you also could have the "Errors" panel open, but again, if you have many errors the one you interested in might be buried below what's visible without scrolling.
Request
It would be nice if there was an option to display errors next to the line containing those errors, so they'll show up without any user-interaction.
Here's what it could look like :
Challenges
The errors could be displayed on the next line instead, but from what I saw inspecting the app, it might be tricky to do since the "decorators" are positioned absolutely beneath the actual line of code.
The text was updated successfully, but these errors were encountered: