We were handling the EnableFunctionArgSnippets only when we are producing LSP
response. Move that code into CompletionItem generation so that internal clients
can benefit from that as well.
Details
Details
- Reviewers
ilya-biryukov ioeric hokein - Commits
- rG516fcdac6dfc: [clangd] Move function argument snippet disable mechanism from LSP rendering to…
rCTE340527: [clangd] Move function argument snippet disable mechanism from LSP rendering to…
rL340527: [clangd] Move function argument snippet disable mechanism from LSP rendering to…
Diff Detail
Diff Detail
- Repository
- rL LLVM