ccls 0.20220729-2 source package in Ubuntu

Changelog

ccls (0.20220729-2) unstable; urgency=medium

  * Fix uscan watch file
  * Update Standards-Version to 4.6.2 (no changes)
  * Move elpa-lsp-mode to Enhances and add vim-ale

 -- Shengjing Zhu <email address hidden>  Sat, 28 Jan 2023 23:48:30 +0800

Upload details

Uploaded by:
Shengjing Zhu
Uploaded to:
Sid
Original maintainer:
Shengjing Zhu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ccls_0.20220729-2.dsc 1.3 KiB 6374ac47e30af070c5fb126f7e0ce4c29726f0d87e24cdb17432006e785ad7f3
ccls_0.20220729.orig.tar.gz 157.1 KiB cf5ef4eef54104697faa032c29602282ae38be15b5386bc6d04efd74375f8917
ccls_0.20220729-2.debian.tar.xz 7.9 KiB 47c534a7e3443010ccf89445ebf3321ad5808a510228658c075a2612e1da253f

Available diffs

No changes file available.

Binary packages built by this source

ccls: C/C++/ObjC language server

 This originates from cquery, and is a server implementing
 Language Server Protocol for C/C++/Objective-C. It supports:
 .
  * code completion (with both signature help and snippets)
  * definition/references, and other cross references
  * cross reference extensions:
    $ccls/call $ccls/inheritance $ccls/member $ccls/vars ...
  * formatting
  * hierarchies:
    call (caller/callee) hierarchy, inheritance (base/derived) hierarchy,
    member hierarchy
  * symbol rename
  * document symbols and approximate search of workspace symbol
  * hover information
  * diagnostics and code actions (clang FixIts)
  * semantic highlighting and preprocessor skipped regions
  * semantic navigation:
    $ccls/navigate

ccls-dbgsym: debug symbols for ccls