[PATCH] D37101: [clangd] Add support for snippet completions
Raoul Wols via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 7 12:53:24 PDT 2017
rwols updated this revision to Diff 114242.
rwols added a comment.
Change command-line option back to "-enable-snippets", disable snippets by default. This is a temporary solution and we should instead inspect the "initialize" request from the client to check wether the client supports snippets.
https://reviews.llvm.org/D37101
Files:
clangd/ClangdLSPServer.cpp
clangd/ClangdLSPServer.h
clangd/ClangdServer.cpp
clangd/ClangdServer.h
clangd/ClangdUnit.cpp
clangd/ClangdUnit.h
clangd/Protocol.cpp
clangd/clients/clangd-vscode/package.json
clangd/tool/ClangdMain.cpp
test/clangd/authority-less-uri.test
test/clangd/completion-snippet.test
test/clangd/completion.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37101.114242.patch
Type: text/x-patch
Size: 30267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170907/59e21ca7/attachment-0001.bin>
More information about the cfe-commits
mailing list