ccls
ccls copied to clipboard
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
`#include ` `double a[6];` `memset(a, 0, 6); ` however, i cant call function memset, with error " use of undeclared identifier memset"
Has anyone been able to setup `ccls`+`eglot` on ubuntu 22.04? I don't know about others, setting up `ccls`+`eglot` on ubuntu 22.04 is so painful. (For 20.04, it was breeze.) Building...
Hi, Does ccls support 'workspace/didChangeConfiguration' to config LSP server capabilities? Thanks
Is it possible to disable return type from the label ? ``` [cmp] [DEBUG 00:40:43] /home/inferno/.config/nvim/lua/Completion.lua:28: { [cmp] detail = "std::map", [cmp] documentation = "Finds a subsequence matching given key.",...
### Observed behavior I'm writing an extension for Nova App, and it's easier to "prequalify" a rename operation. For example, if the user has selected something that isn't renamable (like...
编辑器是 emacs, 通过 lsp 加载 ccls 现在发现只要一保存, 就会自动格式化代码。 但这代码是开源基础上进行修改, 这个项目自己有 clang-format, 但自己并不完全遵守。 这导致一旦修改文件, 哪怕只修改一点, 整个文件格式都变了 然后在和上游代码库做 diff 的时候就尴尬了....
Here are some things you should try before filing a bug report: ### Observed behavior I have a project that I build with conan+cmake+ninja and I have ccls use the...
Hi. Does ccls support clang-format ? It does [state](https://github.com/MaskRay/ccls/blob/master/README.md?plain=1#L11) that formatting is supported but which tool is used ?
### Observed behavior With the cursor on the word joe on line 2, I right-clicked and selected Rename. It failed to rename joe on line 6. Since my program compiled...
Hello, I'm using coc.nvim+ccls for CUDA completion, it works for completion/go to definition, but got error message in every cuda kernel call: `use of undeclared identifier cudaConfigureCall (ccls 2)`. Does...