[PATCH] D31328: [clangd] Add code completion support
Marc-Andre Laperle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 27 16:14:10 PDT 2017
malaperle-ericsson added inline comments.
================
Comment at: test/clangd/formatting.test:14
+# CHECK: "codeActionProvider": true,
+# CHECK: "completionProvider": {"resolveProvider": false, "triggerCharacters": [".",">"]}
# CHECK: }}}
----------------
It would be good eventually to trigger on "::" (static members, etc)
https://reviews.llvm.org/D31328
More information about the cfe-commits
mailing list