mirror of
https://github.com/MaskRay/ccls.git
synced 2025-12-18 13:12:19 +00:00
cache.hierarchicalPath: store cache files as $directory/a/b/c.cc.blob to
work around NAME_MAX limitation.
cache.retainInMemory: the number of loads before keeping a copy of file
index in memory. During incremental updates, the removed file index will
be taken from the in-memory copy. If set to 1, it avoids cache
corruption if the index file is changed after the initial load, which
may happen if several language clients open the same project and share
the same cache directory.
Also rename cacheDirectory cacheFormat to cache.{directory,format}
|
||
|---|---|---|
| .. | ||
| ccls_call.cc | ||
| ccls_info.cc | ||
| ccls_inheritance.cc | ||
| ccls_member.cc | ||
| ccls_navigate.cc | ||
| ccls_reload.cc | ||
| ccls_vars.cc | ||
| initialize.cc | ||
| textDocument_code.cc | ||
| textDocument_completion.cc | ||
| textDocument_definition.cc | ||
| textDocument_did.cc | ||
| textDocument_document.cc | ||
| textDocument_foldingRange.cc | ||
| textDocument_formatting.cc | ||
| textDocument_hover.cc | ||
| textDocument_references.cc | ||
| textDocument_rename.cc | ||
| textDocument_signatureHelp.cc | ||
| workspace.cc | ||