[PATCH] D150635: [clangd] Implement end-definition-comment inlay hints
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 03:44:15 PDT 2023
sammccall added a comment.
Thanks, I'll try to repro those results.
100ms is significant in absolute terms, but >1s seems unacceptably slow.
I believe VSCode always sends ranges along with latency-sensitive hint requests, I think we currently just post-filter. If we propagate the limits deeper we should be able to filter much earlier and never hit these codepaths at all for 99% of the file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150635/new/
https://reviews.llvm.org/D150635
More information about the cfe-commits
mailing list