yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
484 stars 56 forks source link

fix: inlay hints maybe emit too early #396

Closed Shane-XB-Qian closed 1 year ago

Shane-XB-Qian commented 1 year ago

closes #395

yegappan commented 1 year ago

Based on the comments in #395, it looks like this doesn't really fix that problem.

Shane-XB-Qian commented 1 year ago

Based on the comments in #395, it looks like this doesn't really fix that problem.

no, if no this, regardingless project size, it would be high possibility failed, seems gopls really was a bit delay (not really ready) to response, besides this is a refine to inlay hints code anyway, so this PR is required.

-- shane.xb.qian

Shane-XB-Qian commented 1 year ago

thanks to that patch on channel, i reduced the value of delay a bit, should be a balanced value now, wish so.

Shane-XB-Qian commented 1 year ago

or let it be, since that channel patch perhaps was better or good enough.