-
### Observed behavior
In my set-up, I'm using nvim and I have several projects each with their own compile_commands.json and .ccls files. Eg.
```
./projA/compile_commands.json
./projA/.ccls
.…
-
Is renaming symbols supposed to work currently?
I open "DateBox.cpp" of the [CapitalBe](https://github.com/HaikuArchives/CapitalBe) project, select `DateBox::DateBox` from the Outline pane. From th…
-
#### Describe your feature request
Provide very simple logging for tree-sitter on `INFO`/`-vvv`, so users can estimate expections of tree-sitter performance: 1. `parsing` and `query` time can b…
-
I configured kak-lsp for typescript using typescript-language-server. It works fine, except there seems to be very weird behavior around lsp-code-actions.
Whenever I press ANY KEY or make any inpu…
-
Using helix editor with clangd invoked as `/usr/bin/clangd -j 4 --header-insertion=iwyu --enable-config --include-cleaner-stdlib --all-scopes-completion --background-index --completion-style=detailed`…
-
kak-lsp.toml
```
[language.rust]
filetypes = ["rust"]
roots = ["Cargo.toml"]
command = "rust-analyzer"
[language.python]
filetypes = ["python"]
roots = ["requirements.txt", "setup.py", ".git…
-
### Environment
- OS and Version: Windows 10 22H2
- VS Code Version: 1.85.2
- C/C++ Extension Version: 1.18.5
### Bug Summary and Steps to Reproduce
**Bug Summary:**
If both `"compiler…
-
![image](https://user-images.githubusercontent.com/25005856/163089366-6f21c937-41da-49a4-9692-2498f2a0ace5.png)
**Logs**
```
I[10:39:57.280]
Wybxc updated
1 month ago
-
### Environment
- OS and Version: Windows 10, 10.0.19044
- VS Code Version: 1.75.1 (user setup)
- C/C++ Extension Version: 1.14.3
- If using SSH remote, specify OS of remote machine: Debian 11/b…
-
InterpolatingCompilationDatabase will translate `clang --driver-mode=cl /std:c++latest foo.cpp` into `clang --driver-mode=cl foo.hpp`.
This is because we expect the value after "/std:" to name a la…