How to copy diagnostic message text #15760
Replies: 2 comments 1 reply
|
A few ways to grab diagnostic text in Helix: 1. Hover popup (easiest) — Position cursor on the problematic line and press 2. Diagnostics picker — Opens a list of all diagnostics in a picker. You can read the full message there. Navigate with arrow keys and 3. Jump and read from statusbar Use 4. Pipe to clipboard via shell If you need to batch-copy all diagnostics, write them via the LSP log. In [editor]
log-level = "info"Then check The |
|
use the |

Uh oh!
There was an error while loading. Please reload this page.
so, i wanted to copy diagnostic text to paste into an LLM for help, cani do that i helix?
All reactions