ccls icon indicating copy to clipboard operation
ccls copied to clipboard

C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting

Results 159 ccls issues
Sort by recently updated
recently updated
newest added

### Observed behavior use gvim vista plug to display lsp info. c all "#define" macro title is "unknown" . is json info from ccls ?(..sorry if its generate by vista.vim)...

why the command 'ccls --init={"codeLens": {"localVariables": false}}' failed? ~~~ ccls: Unknown command line argument '{localVariables:'. Try: 'ccls --help' ccls: Unknown command line argument 'false}}'. Try: 'ccls --help' ccls: Unknown command...

### Observed behavior Use of `std::source_location` (and presumably any other feature not yet implemented in clang) is flagged as an error. ### Expected behavior Use of these features is not...

Can not complete code in c++ template function. ![image](https://user-images.githubusercontent.com/33192459/128344731-9c386db2-3478-414c-99a3-76002ecb13b4.png) ### System information * ccls version (`git describe --tags --long`): 0.20210330 * clang version: 13.0.0 * OS: windows * Editor: vscode...

Is it possible to implement completions for C++20 modules? The major compilers seem to have support for it.

(https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/ccls.rb) The last release version does not work well on macOS Big Sur, which produces bunch of errors while evaluating standard library(e.g. Errors between std::string allocator, std::ostream binary operator, etc...)....

### Observed behavior Every time I restart nvim (or even just run `:CocRestart` which restarts ccls) is has to do a full re-index. Since this indexes 4374 files, this is...

When working with templates, it's common practice to put the implementation of template functions into an "inline" header file that is `#include`ed at the end of the header. I prefer...

Hey, I've been having no issues with ccls with one part of the code I've been working on. However as I switched to another compile_commands.json for a different part I'm...

I looked around the internet and the documentation but I couldn't find a definite answer so this is either a use case question or a feature request: is a code...