Should jump to first error even when there are warnings
See original GitHub issueWhen I get some warnings and some errors during a build and I press F4, it should jump to the first error (and then step from there).
Currently it jumps to the first warning which is often something trivial like unused import
.
This behavior is annoying, I want to fix the errors first because they have higher priority…
(IIRC it used to be the case that F4 jumps to the first error in the past, but maybe I remember wrong.)
Issue Analytics
- State:
- Created 6 years ago
- Comments:10
Top Results From Across the Web
Breaking loop when "warnings()" appear in R - Stack Overflow
Is there a way to break out of a loop if any warnings are created? It just keeps running the loop and reports...
Read more >Exceptions and debugging - Advanced R. - Hadley Wickham
Fatal errors are raised by stop() and force all execution to terminate. Errors are used when there is no way for a function...
Read more >8 Conditions | Advanced R - Hadley Wickham
There are three conditions that you can signal in code: errors, warnings, and messages. Errors are the most severe; they indicate that there...
Read more >Working with warnings in Python (Or: When is an exception ...
“default” — display a warning the first time it is encountered · “error” — turn the warning into an exception · “ignore” —...
Read more >How to Use Warnings and Errors in Sass Effectively - SitePoint
Now we're going to look at warnings and errors. Both form a one-way communication system between the program (in this case, Sass) and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You’re right. I’ll look into it, thanks!
Not that I know of. Sublime only allows you to place it directly below a specific column, or inline.