Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Piping edited this page Jul 30, 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.

  • Setup your Project : 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 either one of the sources. compile_commands.json for large build system or .cquery to quick testing.