Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Asynchronous code actions resolution

Hello,

When an error is detected by an LSP, the list of quick fixes/code actions is then computed but this is done asynchronously when the user is hovering over the error. But the first label that is displayed is Computing but if the user does not move the mouse, it will never be updated even after the LS has returned the list of code actions.
Seems this information is stored as a marker attribute but updating this attribute does not refresh the corresponding widget.
Is it a known issue ? Do you see a way to fix it ?

--

Jeff Maury

Manager, DevTools

Red Hat EMEA

jmaury@xxxxxxxxxx   

Attachment: lsp4e.gif
Description: GIF image


Back to the top