You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be real nice to be able to navigate from a diagnostic to extended information specified in the CodeDescription field. To achieve this, vscode and Sublime Text just display the Diagnostic.Code field as a link that links to the CodeDescription. Would it be possible to implement this for the problems view and maybe the LSP marker?
This is how it looks in these tools:
Cheers
Bastian
The text was updated successfully, but these errors were encountered:
I would be happy to contribute it. My solution would be to change the Diagnostic Hover to display diagnostic code with a link to the code description like sublime and vscsode do it. Does that match your expectations, @mickaelistria?
I don't think you'll be able to change the diagnostic/marker popup from LSP4E, this popup does come for the editor framework in Platform. But changes in Platform are welcome as well. Maybe the hover does already somehow support HTML...
Another way to render links would be to hook those as marker resolutions. It wouldn't be as cool, but it allows to get something working in LSP4E until Platform can better support it.
Hey all,
it would be real nice to be able to navigate from a diagnostic to extended information specified in the CodeDescription field. To achieve this, vscode and Sublime Text just display the Diagnostic.Code field as a link that links to the CodeDescription. Would it be possible to implement this for the problems view and maybe the LSP marker?
This is how it looks in these tools:
Cheers
Bastian
The text was updated successfully, but these errors were encountered: