-
First of all thank you for making such an amazing Editor! The one thing that's really annoying for me and it really affects my productivity sometimes its that its impossible to read the whole diagnostic message when its shown as inline. Is there a configuration to wrap it to next line? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
[Solved] Found the solution on my own: Adding this config:
Would wrap the inline diagnostic message when you move your cursor caret on the same line only! And if you add this config:
It would wrap the inline diagnostic message always, regardless if the cursor caret is on that line or not! |
Beta Was this translation helpful? Give feedback.
[Solved] Found the solution on my own:
Adding this config:
Would wrap the inline diagnostic message when you move your cursor caret on the same line only!
And if you add this config:
It would wrap the inline diagnostic message always, regardless if the cursor caret is on that line or not!