ccls/src/messages
Fangrui Song 7a363d2259 completion: delete insertText; don't set filterText if it is the same as label
It decreases Content-Length: from 32K to 25K for the following case:

 #include <bits/stdc++.h>
int main() { std::| }

Also

* make results deterministic when completion text is empty
* sort by newText, label, filterText
2019-01-12 00:40:49 +08:00
..
ccls_call.cc Refactor ReplyOnce; error if InitializeParams.rootUri is null 2019-01-12 00:40:49 +08:00
ccls_info.cc *.h -> *.hh 2019-01-09 15:19:23 +08:00
ccls_inheritance.cc Refactor ReplyOnce; error if InitializeParams.rootUri is null 2019-01-12 00:40:49 +08:00
ccls_member.cc Refactor ReplyOnce; error if InitializeParams.rootUri is null 2019-01-12 00:40:49 +08:00
ccls_navigate.cc Reduce MAKE_REFLECT_STRUCT in lsp.hh 2019-01-09 15:19:23 +08:00
ccls_reload.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
ccls_vars.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
initialize.cc Refactor ReplyOnce; error if InitializeParams.rootUri is null 2019-01-12 00:40:49 +08:00
textDocument_code.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
textDocument_completion.cc completion: delete insertText; don't set filterText if it is the same as label 2019-01-12 00:40:49 +08:00
textDocument_definition.cc Reduce MAKE_REFLECT_STRUCT in lsp.hh 2019-01-09 15:19:23 +08:00
textDocument_did.cc *.h -> *.hh 2019-01-09 15:19:23 +08:00
textDocument_document.cc hierarchicalDocumentSymbol: support SymbolKind::Function declaration and uniquify by range 2019-01-09 15:19:23 +08:00
textDocument_foldingRange.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
textDocument_formatting.cc Refactor ReplyOnce; error if InitializeParams.rootUri is null 2019-01-12 00:40:49 +08:00
textDocument_hover.cc serializer: make visitor/vis value/v consistent 2019-01-12 00:40:49 +08:00
textDocument_references.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
textDocument_rename.cc Reduce MAKE_REFLECT_STRUCT in lsp.hh 2019-01-09 15:19:23 +08:00
textDocument_signatureHelp.cc Reduce MAKE_REFLECT_STRUCT in lsp.hh 2019-01-09 15:19:23 +08:00
workspace.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00