2018-03-31 03:16:33 +00:00
|
|
|
# ccls
|
2017-04-26 01:47:10 +00:00
|
|
|
|
2018-03-31 05:05:21 +00:00
|
|
|
ccls is a fork of cquery (originally written by Jacob Dufault),
|
|
|
|
a C/C++/Objective-C language server.
|
2017-06-14 07:08:25 +00:00
|
|
|
|
2017-05-15 07:31:44 +00:00
|
|
|
* code completion (with both signature help and snippets)
|
2018-03-17 17:10:26 +00:00
|
|
|
* finding [definition](src/messages/text_document_definition.cc)/[references](src/messages/text_document_references.cc)
|
2018-04-07 17:43:56 +00:00
|
|
|
* [call (caller/callee) hierarchy](src/messages/ccls_call_hierarchy.cc), [inheritance (base/derived) hierarchy](src/messages/ccls_inheritance_hierarchy.cc), [member hierarchy](src/messages/ccls_member_hierarchy.cc)
|
2018-03-17 17:10:26 +00:00
|
|
|
* [symbol rename](src/messages/text_document_rename.cc)
|
2018-03-17 17:04:12 +00:00
|
|
|
* [document symbols](src/messages/text_document_document_symbol.cc) and approximate search of [workspace symbol](src/messages/workspace_symbol.cc)
|
|
|
|
* [hover information](src/messages/text_document_hover.cc)
|
2017-05-10 06:13:56 +00:00
|
|
|
* diagnostics
|
2017-05-20 19:31:07 +00:00
|
|
|
* code actions (clang FixIts)
|
2018-03-17 17:04:12 +00:00
|
|
|
* preprocessor skipped regions
|
2017-06-14 07:08:25 +00:00
|
|
|
* #include auto-complete, undefined type include insertion, include quick-jump
|
|
|
|
(goto definition, document links)
|
2017-05-29 23:57:56 +00:00
|
|
|
* auto-implement functions without a definition
|
2018-01-10 08:01:31 +00:00
|
|
|
* semantic highlighting, including support for [rainbow semantic highlighting](https://medium.com/@evnbr/coding-in-color-3a6db2743a1e)
|
2017-04-18 04:53:34 +00:00
|
|
|
|
2018-03-31 03:16:33 +00:00
|
|
|
# >>> [Getting started](https://github.com/MaskRay/ccls/wiki/Getting-started) (CLICK HERE) <<<
|
2017-04-18 04:53:34 +00:00
|
|
|
|
|
|
|
# License
|
|
|
|
|
2017-04-18 04:57:16 +00:00
|
|
|
MIT
|