emacs-ccls
emacs-ccls copied to clipboard
Emacs client for ccls, a C/C++ language server
...in the lsp-execute-command method definition. This fixes error '(wrong-type-argument json-value-p ccls\.xref)' on attempt to click on any code lens reference. It seems that the old elisp-only json serializer did accept...
Hi, First off, I appreciate your work. But it’d be greater to get a feature which shows all trees at just one call. I mean show all possilbe call flows...
- Emacs 29 - macOS 12 - ccls-20200820.308 Hi I got this error while finding the references via `ccls.xref`. ```elisp Debugger entered--Lisp error: (wrong-type-argument json-value-p ccls\.xref) json-serialize((:jsonrpc "2.0" :method "workspace/executeCommand"...
ccls used to work perfectly for me in Emacs but at some point it stopped working and I have been unable to figure out why. When I open a new...
Sometimes I want to compile an executable as fast as possible, and for that I would like to temporarily stop ccls from indexing the project, so the CPU can focus...
That function is a liability and needs to be eliminated; use :action-handlers instead. See the discussion in https://github.com/emacs-lsp/lsp-mode/pull/2299 for why this is necessary.
When I use imenu, emacs displays the static member variables of the function instead of the function. only lsp-mode + emacs-ccls has this problem. I tried the following schemes are...

Hi, I'm testing ccls on a c++17 project. I wrote the following: ``` clang++ -std=c++2a ``` in the `.ccls`. The include file `#include ` is correctly found and autocompleted, but...
Hello, Everything is in the title. When a Treemacs window is already opened, and when I ask for a ccls hierarchy buffer (e.g ccls-call-hierarchy or ccls-inheritance-hierarchy) it opens up in...