-
Hi there,
I tried cquery for the first time and had these errors when I open the project in VS Code :
`( 0.020s) [querydb ] project.cc:66 | Failed to normalize /home/manish…
-
I used irony-mode from the beginning of my emacs usage until recently.
I changed to cquery a month ago after i decided that it's stable enough.
You put my attention to that when you mentioned it in …
-
https://github.com/cquery-project/cquery/commit/2efe70ecc832b04d083a6e653f5799e124486582
-
I m using neovim and LanguageClient-neovim to interface with cquery. When attempting to use documentSymbol/workspace_symbol I get a list of symbols from cquery, however some of them (e.g. typedefs) ha…
-
I have the following `.cquery` file:
```
-xc
-I
include
-c
```
With those flags, cquery is working. However, if we append an unrelated filepath to the flags.
```
-xc
-I
include
-c
/…
-
I use the IAR compiler and using vscode IDE with cquery.
Some #define setting are in the IAR project file and not in the standard makefile.
For example:
#if __ISP__
#endif
There is some similar…
-
The following gif explains my problem best:
![completion](https://user-images.githubusercontent.com/8256600/39115136-28a8ecc6-46e1-11e8-8c8f-cb1d6265f98c.gif)
When I go through the list of availab…
-
cquery implements a number of LSP protocol extensions (messages with names starting with `$cquery/`).
Is there interest in upstreaming some of these protocols to the LSP spec?
For example, for s…
-
`textDocument/documentHighlight` returns positions of the symbol under the cursor, with a kind of Text, Read or Write. Looking at the source, cquery should support returning Read or Write:
https://gi…
-
Currently, cquery supports only one workspace folder, while Language Server Protocol has been updated to support multiple workspace folders. Can cquery follow this update?