ccls/src/messages
Fangrui Song 7682ccf6c6 Support textDocument/declaration & LocationLink
textDocument/{declaration,definition,typeDefinition} return either LocationLink[] or Location[]
Add an initialization option client.linkSupport . When it is false, ccls will return Location[] disregarding client's linkSupport.
`struct LocationLink` does not include originSelectionRange as it is wasteful.
2018-12-20 00:28:12 -08:00
..
ccls_call.cc Refactor serializer 2018-12-20 00:28:12 -08:00
ccls_info.cc Refactor serializer 2018-12-20 00:28:12 -08:00
ccls_inheritance.cc Refactor serializer 2018-12-20 00:28:12 -08:00
ccls_member.cc Refactor serializer 2018-12-20 00:28:12 -08:00
ccls_navigate.cc Refactor serializer 2018-12-20 00:28:12 -08:00
ccls_reload.cc Refactor serializer 2018-12-20 00:28:12 -08:00
ccls_vars.cc Support textDocument/declaration & LocationLink 2018-12-20 00:28:12 -08:00
initialize.cc Support textDocument/declaration & LocationLink 2018-12-20 00:28:12 -08:00
textDocument_code.cc Refactor serializer 2018-12-20 00:28:12 -08:00
textDocument_completion.cc cmake_minimum_required 3.8; clean up 2018-12-20 00:28:12 -08:00
textDocument_definition.cc Support textDocument/declaration & LocationLink 2018-12-20 00:28:12 -08:00
textDocument_did.cc Add ReplyOnce::NotReady and error if didOpen is not seen 2018-12-20 00:28:12 -08:00
textDocument_document.cc Refactor serializer 2018-12-20 00:28:12 -08:00
textDocument_foldingRange.cc Refactor serializer 2018-12-20 00:28:12 -08:00
textDocument_formatting.cc Add ReplyOnce::NotReady and error if didOpen is not seen 2018-12-20 00:28:12 -08:00
textDocument_hover.cc Refactor serializer 2018-12-20 00:28:12 -08:00
textDocument_references.cc Refactor serializer 2018-12-20 00:28:12 -08:00
textDocument_rename.cc Add ReplyOnce::NotReady and error if didOpen is not seen 2018-12-20 00:28:12 -08:00
textDocument_signatureHelp.cc cmake_minimum_required 3.8; clean up 2018-12-20 00:28:12 -08:00
workspace.cc Refactor serializer 2018-12-20 00:28:12 -08:00