ccls
brew install ccls
v0.20250815.1_1
Apache-2.0
C/C++/ObjC language server
86
30-day installs · #3697
344
90-day · #3332
2.9k
365-day · #2425
4.1k
★ GitHub stars · updated 2mo ago
Runtime dependencies
Build dependencies
GitHub topics
cpp
ide
language-server-protocol
lsp-server
Links
- https://github.com/MaskRay/ccls
- GitHub: MaskRay/ccls
- Brew formula source: Formula/c/ccls.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"cmake",
"rapidjson"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"llvm"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "C/C++/ObjC language server",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:12+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "ccls",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-20T23:09:47Z",
"github_readme_excerpt": "# ccls\n\n[](https://telegram.me/ccls_lsp)\n[](https://gitter.im/ccls-project/ccls)\n\nccls, which originates from [cquery](https://github.com/cquery-project/cquery), is a C/C++/Objective-C language server.\n\n * code completion (with both signature help and snippets)\n * [definition](src/messages/textDocument_definition.cc)/[references](src/messages/textDocument_references.cc), and other cross references\n * cross reference extensions: `$ccls/call` `$ccls/inheritance` `$ccls/member` `$ccls/vars` ...\n * formatting\n * hierarchies: [call (caller/callee) hierarchy](src/messages/ccls_call.cc), [inheritance (base/derived) hierarchy](src/messages/ccls_inheritance.cc), [member hierarchy](src/messages/ccls_member.cc)\n * [symbol rename](src/messages/textDocument_rename.cc)\n * [document symbols](src/messages/textDocument_document.cc) and approximate search of [workspace symbol](src/messages/workspace.cc)\n * [hover information](src/messages/textDocument_hover.cc)\n * diagnostics and code actions (clang FixIts)\n * semantic highlighting and preprocessor skipped regions\n * semantic navigation: `$ccls/navigate`\n\nIt has a global view of the code base and support a lot of cross reference features, see [wiki/FAQ](../../wiki/FAQ).\nIt starts indexing the whole project (including subprojects if exist) parallelly when you open the first file, while the main thread can serve requests before the indexing is complete.\nSaving files will incrementally update the index.\n\n# \u003e\u003e\u003e [Getting started](../../wiki/Home) (CLICK HERE) \u003c\u003c\u003c\n\n* [Build](../../wiki/Build)\n* [FAQ](../../wiki/FAQ)\n\nccls can index itself (~180MiB RSS when idle, noted on 2018-09-01), FreeBSD, glibc, Linux, LLVM (~1800MiB RSS), musl (~60MiB RSS), ... with decent memory footprint. See [wiki/Project-Setup](../../wiki/Project-Setup) for examples.\n",
"github_repo": "MaskRay/ccls",
"github_stars": 4065,
"github_topics": [
"cpp",
"ide",
"language-server-protocol",
"lsp-server"
],
"homepage": "https://github.com/MaskRay/ccls",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 86,
"installs_365d": 2935,
"installs_90d": 344,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "ccls",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3697,
"rank_365d": 2425,
"rank_90d": 3332,
"raw_hash": "0d519095bebfff97",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/c/ccls.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.20250815.1",
"versioned_formulae": [],
"why_use_this": null
}