Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Daan De Meyer edited this page Jul 28, 2018 · 43 revisions

Getting started

  • Build cquery

    cquery uses the CMake build system. For more information on building cquery, see Building cquery.

  • Setup your editor

    You need to set up a language client for your editor to use definition/reference/hover/... and for some advanced cquery features some extension is needed. See Editor configuration for more information.

  • Project setup: generate compile_commands.json or .cquery

    cquery needs to know how your project is built so it can resolve includes and provide correct diagnostics. cquery can get this information from multiple sources:

    • Clang compilation database
    • .cquery file