cquery icon indicating copy to clipboard operation
cquery copied to clipboard

C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, sem...

Results 100 cquery issues
Sort by recently updated
recently updated
newest added

![dbf3005a-82e1-42d1-b327-1721d5831a0f](https://user-images.githubusercontent.com/8033759/50219869-7ce2e600-03cb-11e9-81d2-cbbc4265a0ad.png) ![d1c27440-f75f-4cc3-a00f-19e339256994](https://user-images.githubusercontent.com/8033759/50219891-93893d00-03cb-11e9-88af-4bed0cb12964.png) ![b3e4e915-8ca9-417a-9847-55cb3d0af8f0](https://user-images.githubusercontent.com/8033759/50219925-ac91ee00-03cb-11e9-8c0e-391fde1c6f76.png) help!~

After lots of looking around trying to find out what's going wrong I found this in cquery log. ``` [Error - 7:35:05 AM] Request textDocument/documentSymbol failed. Message: Unable to find...

It would be nice if these would be implemented. - include-what-you-use - clang-include-fixer - clang-refactor

How to disable this syntax highlighting? Provide option for unified highlighting. ![clipboard01](https://user-images.githubusercontent.com/10778276/50001098-06de1980-ff9c-11e8-95be-2810b40df3b3.jpg)

Implement a memory cache to reduce writes/reads on HDD/SSD. For systems with a lot of memory this would reduce latency even more.

Seems like the extension will not show function autocomplete definition at all. Example in VS2017. ![](https://user-images.githubusercontent.com/10778276/49871210-e2f0cb80-fe15-11e8-84e1-72aa6a1fe38f.png) ![vs2015_param_info](https://user-images.githubusercontent.com/10778276/50000457-ee6cff80-ff99-11e8-90a0-189e296b0c3d.png)

I have latest cquery, lsp-mode and company-lsp installed from MELPA, but I can't find M-x lsp-cquery-enable function. My config: ```emacs-lisp (add-hook 'c++-mode-hook 'lsp-cquery-enable) ``` Error when loading a .cpp file:...

Why doesn't cquery recognize environment paths on Windows? I am talking about the INCLUDE path which usually has the Win32 SDK headers.

Sorry, I'm a novice. I've been studying it for days. I really can't solve this problem. This is a cross-compilation project. ![image](https://user-images.githubusercontent.com/33926386/49497043-618fbb00-f8a2-11e8-8ff7-b13bc71a0389.png)

When invoked on an out-of-line method definition, "Go to Definition" should jump to the method declaration in the class body. There are many reasons to want to navigate there: *...