{"id":13646400,"url":"https://github.com/cquery-project/emacs-cquery","last_synced_at":"2025-04-21T18:30:54.721Z","repository":{"id":215914640,"uuid":"117178406","full_name":"cquery-project/emacs-cquery","owner":"cquery-project","description":"Emacs client for cquery, a low-latency language server supporting multi-million line C++ code-bases","archived":false,"fork":false,"pushed_at":"2019-04-01T14:46:34.000Z","size":104,"stargazers_count":116,"open_issues_count":19,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-09T19:41:40.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cquery-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-12T01:58:15.000Z","updated_at":"2024-07-01T23:03:48.000Z","dependencies_parsed_at":"2024-01-13T21:56:05.347Z","dependency_job_id":null,"html_url":"https://github.com/cquery-project/emacs-cquery","commit_stats":null,"previous_names":["cquery-project/emacs-cquery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cquery-project%2Femacs-cquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cquery-project%2Femacs-cquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cquery-project%2Femacs-cquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cquery-project%2Femacs-cquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cquery-project","download_url":"https://codeload.github.com/cquery-project/emacs-cquery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250110804,"owners_count":21376539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:02:54.658Z","updated_at":"2025-04-21T18:30:54.514Z","avatar_url":"https://github.com/cquery-project.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"[![MELPA](https://melpa.org/packages/cquery-badge.svg)](https://melpa.org/#/cquery)\n\n# emacs-cquery\n\nemacs-cquery is a client for [cquery](https://github.com/jacobdufault/cquery), a low-latency language server supporting multi-million line C++ code-bases, powered by libclang.\n\nIt leverages [lsp-mode](https://github.com/emacs-lsp/lsp-mode), but also provides some cquery extensions to LSP:\n\n* semantic highlighting\n* inactive region (e.g. a `#if false` region)\n* cross references: `$cquery/base` `$cquery/callers` `$cquery/derived` `$cquery/vars`\n\nMore on \u003chttps://github.com/cquery-project/cquery/wiki/Emacs\u003e\n\n## Quickstart\n\n```elisp\n(require 'cquery)\n(setq cquery-executable \"/path/to/cquery/build/release/bin/cquery\")\n;; (setq cquery-executable \"/path/to/cquery-install-prefix/bin/cquery\")\n```\n\nTo enable comments and use Message Pack for cache files (which are stored in `cacheDirectory`):\n\n```elisp\n(setq cquery-extra-init-params '(:index (:comments 2) :cacheFormat \"msgpack\"))\n```\n\nRefer to \u003chttps://github.com/jacobdufault/cquery/wiki/Emacs\u003e for details.\n\n![with lsp-ui-doc, enableComments](https://camo.githubusercontent.com/fe1e12f9be72c2295d732d6265b42bde0d121ee8/68747470733a2f2f707470622e70772f5a6275462e6a7067)\n![references + hydra](https://ptpb.pw/fhWh.jpg)\n![with company-lsp](https://ptpb.pw/lDaw.jpg)\n![with helm-xref, approximate workspace/symbol search](https://ptpb.pw/KOKn.jpg)\n\n`$cquery/callHierarchy` (caller hierarchy and callee hierarchy)\n![$cquery/callHierarchy](https://ptpb.pw/GKJw.gif)\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcquery-project%2Femacs-cquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcquery-project%2Femacs-cquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcquery-project%2Femacs-cquery/lists"}