Showing the rust-analyzer warnings #5233
-
Helix shows the code errors but when it comes to code warnings, it shows as a yellow spot in the gutters but when I go to that line, it does not show what the warning is. Is there a way to enable it ? |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Dec 20, 2022
Replies: 1 comment 1 reply
-
See #3078: the diagnostic text shows up when the cursor is within the diagnostic's range rather than on the same line as the diagnostic. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
blitzerr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #3078: the diagnostic text shows up when the cursor is within the diagnostic's range rather than on the same line as the diagnostic. You can use
]d
to jump to the next diagnostic range and[d
to jump to the previous.