Description
Sublime Text Version
Sublime Text 3 (Build 3126)
Rust Enhanced Version
1.3.0
Operating system
x86_64 GNU/Linux
4.4.0-66-generic
Expected behavior
The errors should show up where I have them, like in the screenshot in the main README.
Actual behavior
This:
The errors get displayed, but in the bottom half of the screen. So to actually get to an error, I have to use the lower console window, scroll it to the top (because it always scrolls to the bottom) to get the first error, then see where the error is, then go to that location in the code (if I use something like Goto Anything, the lower console window will disappear, I have to recompile to get the list of errors back).
What is going on? Is this supposed to be this way and if yes, how is this user friendly? I want the error messages to display in the red box, not the line number. The line number tells me nothing. Clicking on the red box doesn't do anything.
Steps to reproduce
- Install the plugin
- Trigger a build error