ccls/src/messages
Fangrui Song b31a1c6b3e hierarchicalDocumentSymbol: support SymbolKind::Function declaration and uniquify by range
Also ensure selectionRange is a subrange of range, otherwise VSCode won't show the item.
Use detailed_name for 'detail'
2019-01-09 15:19:23 +08:00
..
ccls_call.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
ccls_info.cc *.h -> *.hh 2019-01-09 15:19:23 +08:00
ccls_inheritance.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
ccls_member.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +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 Work around relative --sysroot= 2019-01-09 15:19:23 +08:00
textDocument_code.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
textDocument_completion.cc If clang >= 8, delete search path detection and use Sema::CodeCompleteIncludedFile 2019-01-09 15:19:23 +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 Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +08:00
textDocument_hover.cc Remove ls prefix from many LSP interfaces 2019-01-09 15:19:23 +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