-
We're using monaco as the code editor for both c++ and python views. It supports connecting to a 'language server' for code completion/intellisense/etc. However: the server component is not built for …
-
-
Running current version of lsp-clangd with a cmake based out-of-source builds, I set `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)`, which results in a compile_commands.json file in my build directory.
A…
-
### Observed behavior
ccls gives an error on C attributes (feature was standardized in C23 and is supported by clang 9 and gcc 10).
Minimal example:
```c
[[nodiscard]] void* identity(void* i…
-
It is an extremely common pattern in C to write code like `sometype *x = malloc(sizeof(*x))`. It's less error prone than `sometpye *x = malloc(sizeof(sometype))`, because with the latter approach, the…
-
`~/.config/clangd/config.yaml`:
```yaml
CompileFlags:
Add:
- -I${HOME}/.local/include
```
Comes from .
@HighCommander4 I want to listen your arguments for both and against it :smile…
-
### Neovim version (nvim -v)
NVIM v0.8.0-dev-758-g711ef4eac9
### Language server name/version
clangd 14.0
### Operating system/version
Arch Linux
### Steps to reproduce using "nvim -…
-
**Describe the bug**
The version of clangd depends on whether clang is listed before or after clang-tools in the buildInputs of mkShell.
**To Reproduce**
```
$ nix-shell --expr 'with import {};…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR41091](https://bugs.llvm.org/show_bug.cgi?id=41091) |
| Status | NEW |
| Importance | P normal |
|…
-
I decided to upgrade my version of Clang to 18; after removing the older version and installing the newer one, I noticed that the extension was no longer working. I immediately looked at the extension…