-
### Describe the request
IDE 2.0 leaves a lot of directories files behind in (Windows system) `C:\Users\yourUsername\AppData\Local\Temp`. Request to collect them all in one dedicated Arduino direct…
-
Language Server Protocol: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/
Language Server Implementations: https://microsoft.github.io/language-server-pr…
-
I just updated ALE (running the master branch) and every time I open a *.c file in a project that contains a `compile_commands.json`, a .plist file with the name of the file I opened is created in the…
-
Currently, if Rizin needs to flip the sign of the type during the analysis using the `rz_type_integral_set_sign()` function, it calls internally `rz_type_typeclass_get_default_sized()` which internall…
-
Consider the following code:
```c++
#include
struct Interface {
virtual void Func() = 0;
};
struct Implementation : public Interface {
void Func() override { printf( "Hello\n" );…
-
The following example shows the issue:
![image](https://github.com/llvm/llvm-project/assets/49597791/878d1be2-47a4-4071-b2fa-084c82f8cf08)
I would expect `Member` to be highlighted orange ("read…
-
Consider this class:
```
struct S {
S();
~S();
};
```
The constructor has the modifier list ["declaration", "classScope"], as expected.
The destructor, however, has: ["globalScope"], s…
-
The latest [[clangd-17](https://github.com/llvm/llvm-project)](https://github.com/llvm/llvm-project)) already supports syntax highlighting in inactive region, but not in contiguous inactive region, as…
-
In the example project I have a wrapper header file which includes another header file which should be exported. In the other header file there is a define which I use in my main.c file. clangd compla…
-
I really liked this plugin and it's really close to being workable for me in production. But the current release is completely broken. Since there haven't been any updates or even communication from t…