[PATCH] D117776: [clangd] Fail inlayHints requests on content changes
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 20 08:35:20 PST 2022
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
This seems right for consistency with SemanticHighlights.
However I don't think it will much improve the jumpiness you refer to - there's no time-based debounce here, so it only helps if you manage to bring the code from valid->invalid->valid without ever letting a request complete...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117776/new/
https://reviews.llvm.org/D117776
More information about the cfe-commits
mailing list