Riatre / cquery

Low-latency vscode language server for large C++ code-bases, powered by libclang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/cquery-project/Lobby

cquery

cquery is a highly-scalable, low-latency language server for C/C++/Objective-C. It is tested and designed for large code bases like Chromium. cquery provides accurate and fast semantic analysis without interrupting workflow.

Demo

cquery implements almost the entire language server protocol and provides some extra features to boot:

>>> Getting started (CLICK HERE) <<<

Packaging status

Limitations

cquery is able to respond to queries quickly because it caches a huge amount of information. When a request comes in, cquery just looks it up in the cache without running many computations. As a result, there's a large memory overhead. For example, a full index of Chrome will take about 10gb of memory. If you exclude v8, webkit, and third_party, it goes down to about 6.5gb.

License

MIT

About

Low-latency vscode language server for large C++ code-bases, powered by libclang.


Languages

Language:C++ 94.6%Language:Python 2.7%Language:CMake 1.8%Language:Objective-C 0.5%Language:Shell 0.2%Language:C 0.1%Language:PowerShell 0.0%Language:Emacs Lisp 0.0%