ccls/src/messages
Fangrui Song f99cf50456 textDocument/didOpen: index related files when a header is opened
Fix #180

index.initialBlacklist: ["."] can inhibit initial indexing (useful for larger code bases).
Opened files are still indexed, though.
This heuristic allows related files (a/foo.c a/b/foo.cc) to be indexed when a header (foo.h) is opened.
2019-11-09 20:09:13 -08:00
..
ccls_call.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_info.cc Refactor serializer 2019-11-09 20:09:13 -08:00
ccls_inheritance.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_member.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_navigate.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
ccls_reload.cc Refactor serializer 2019-11-09 20:09:13 -08:00
ccls_vars.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
initialize.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_code.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_completion.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_definition.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_did.cc textDocument/didOpen: index related files when a header is opened 2019-11-09 20:09:13 -08:00
textDocument_document.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_foldingRange.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_formatting.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_hover.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_references.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_rename.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
textDocument_signatureHelp.cc Delay requests if the document has not not indexed (#176) 2019-11-09 20:09:13 -08:00
workspace.cc Handle file deletion and register workspace/didChangeWatchedFiles 2019-11-09 20:09:13 -08:00