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

The syntax about `= default;`/`= delete;`, in copy/move assignment operator, are incorrect. #496 has reported a bug of deleted function. But it also happen to default function. See microsoft/vscode-cpptools#9281 for...

Grammar files for objective-c (and -cpp) could not properly work while been used as an embedded grammar, for example, a code block in a markdown file. ## The code with...

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ```c++ #include template constexpr bool var_template = T; template struct obj_template...

Hard

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [x] This problem exists even with all the other extensions disabled. - [x] The problem doesn't exist...

Syntax: C

## The code with a problem is: ```c++ int func1(int); // highlighted correctly #ifdef FOO [[ #endif int func2(int); // not highlighted ``` Lines after the preprocessor-disabled section do not...

Hard

Originally from @JacquesLucke in https://github.com/microsoft/vscode/issues/137106 Issue Type: Bug 1. Copy the text below. 2. In VSCode, hit Ctrl+N to create a new editor. 3. Paste the previously copied text. Note...

Nearly Impossible :(

Coming via https://github.com/microsoft/vscode/issues/117264 The regex for `function_definition` takes >1s to evaluate at each step. This makes VS Code freeze for some minutes until it eventually recovers. If the regex would...

ITNOA where is `"C_Cpp.enhancedColorization": "Disabled"` ? ---> I don't find place of this configuration. ## The code with a problem is: **Describe the bug** - OS and Version: Windows 10...

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [x] This bug exists for C++ - [ ]...

duplicate
✨ Enhancement
Syntax: C++

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ```c++ #if defined (__sun) || defined(MSOL2) || defined (ARCH_SOL2) #define CHOLMOD_SOL2...