folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.24k stars 178 forks source link

Use code descriptions for opening URIs with extra information #309

Closed MariaSolOs closed 1 year ago

MariaSolOs commented 1 year ago

LSP diagnostics can have codeDescriptions, which contain a link with more information about the error. This PR adds a new action to open these from Trouble :)

folke commented 1 year ago

didn't even know that was a thing. thanks!