-
### Environment
- OS and Version: Windows 11 22H2
- VS Code Version: 1.81.1
- C/C++ Extension Version: 1.17.5
I use Clang 16.0.5 under MSYS2 enviroment (Clang profile (UCRT runtime))
### B…
-
### Observed behavior
After asking for calls to Blob() it finds a call on line 8 but not on line 7.
```
class Blob {
public:
Blob() {} // line 3
};
class Chunk {
Blob b; // line 7
…
-
**Describe the bug**
If there is a Chinese character string, the highlighting of this line of code will be incorrect.
See line 7 of the screenshot for details
**To Reproduce**
```cpp
#include…
-
### Problem.
Hi guys ! I'm new user of Neovim and Clangd.
I want to code with lsp to show code error in c++. So I was instaledl mason lsp and lspconfig of Neovim for C++
(Also + clangd + mingw64)…
-
### Observed behavior
Recently, I used doom-emacs and ccls to develop llvm-project. But when I open large files like(lld/ELF/Driver.cpp), the speed of moving the cursor became very slow.
###…
-
Hi, I'm maintaining lmms for Arch Linux and someone [reported a crash](https://bugs.archlinux.org/task/64356), that is caused by the Vestige VST plugin host.
In short:
lmms 1.2.1-1 was built again…
dvzrv updated
2 years ago
-
I got the following error building Apex.
` running build_ext
building 'apex_C' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/csrc
gcc -p…
-
I'm trying to figure out why my inactive regions are not showing as such (lowlighted as comments).
## My setup:
NVIM v0.5.0-2ca8f02a6
or
VIM - Vi IMproved 8.2
clangd ve…
-
- 格式化可以试试 clang-format。
- 代码提示可以试试 [clangd](https://clangd.llvm.org/)。
clangd 已经具有比较丰富的特性,包括基于整个项目分析的代码补全、代码质量检查、部分修正提示(例如自动补头文件)。
而且 LSP 的形式比较方便前端对接,在 CLion、vscode、甚至 vim 中也可以使用。
一个可能有用的参考 …
-
### EasyEffects Version
7.1.9
### What package are you using?
Flatpak (Flathub)
### Distribution
OpenSUSE
### Describe the bug
Everytime i try to play roblox (using sober) with easyeffects, the…