-
@FlorentRevest
Thanks for your work. The vscode setup is really amazing. I added a patch for RISC-V.
https://github.com/atishp04/linux-kernel-vscode/commit/6e0b6238827edd8d64d1ea16b51921d21e1e7412
…
-
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 …
-
### 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…
-
```log-verbose
[root@localhost build]# clangd --log=verbose
clangd is a language server that provides IDE-like features to editors.
It should be used via an editor plugin rather than invoked dire…
-
Hi @zchee, great stuff!
How is clang-server compared/compatible with llvm efforts with clangd? I have been hoping for clangd to implement a indexer/database to start using it, but doesn't seem it is …
-
Kokkos recently added static asserts to ensure users were not including private header files. This can be a problem when using a tool like clangd, which attempts to "help" by automatically managing in…
-
Hey, I'm trying to get modules to work with clangd following [this PR](https://github.com/llvm/llvm-project/pull/66462).
However, when I run `clangd` with the following files:
```cpp
// b.cppm
m…
-
### Package name
clangd
### Brief description of package
The clang language server
note: clangd currently _is_ available, but only with the clang-tools-extra which has the whole clang toolchain …
-
Note: we mostly implement features in the clangd language server, and rely on Microsoft's LSP client framework to expose these in VSCode. Features requiring a lot of VSCode-specific work are unlikely …
wss29 updated
3 months ago
-
I have installed `atom-ide-ui` and `ide-clangd` , atom version 1.29, `$PATH` variable contains `C:\Program Files\LLVM\bin` , and in package settings the location of clangd executible is left to defaul…