better-cpp-syntax icon indicating copy to clipboard operation
better-cpp-syntax copied to clipboard

💾 The source of VS Code's C++ syntax highlighting

Results 164 better-cpp-syntax issues
Sort by recently updated
recently updated
newest added

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp #include /* my legendary comments */ #line 5 /*...

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp int x{}; [[assume(true)]]; [[assume(sizeof x == 4)]]; ``` ##...

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp #define magicro magicro struct c { template [[noreturn]] static...

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp inline /* comments */ void __cdecl d() {} [[noreturn]]...