Some languages don’t have a good stack trace message. For example, Rust’s panics messages are really messy. It’s too long, with things from std mixed in if setting RUST_BACKTRACE=FULL. It would be nice if everytime there’s stack trace happening in the terminal, cursor will automatically analyze it and show the result in the side. And I can click on these.
Currently I have to manually copy and paste.
Vscode’s terminal isn’t really that convenient. Especially when the print is too long.
And it seems I can’t click and go to places in the chat.