[PATCH] D37101: [clangd] [WIP] Add support for snippet completions

Raoul Wols via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 03:09:42 PDT 2017


rwols marked 10 inline comments as done.
rwols added a comment.

I followed your advice and kept the snippet functionality. We'll do the SignatureHelp stuff in another review.

A "major" change is that, because CK_Informative chunks are put into the label now, we have to use the insertText, always.


https://reviews.llvm.org/D37101





More information about the cfe-commits mailing list