vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Add support for C23/C++26 #embed

Open Stovent opened this issue 5 months ago • 1 comments

Feature Request

I couldn't find any issue regarding that before so I apology if it's a duplicate.

C23/C++26 added support for #embed preprocessor macro, and GCC 15/Clang 19 implemented the feature so it's now usable. But Intellisense doesn't recognize the directive.

If implementing the complete parsing and semantics of it is complicated to implement, is it possible to simple recognize #embed as a valid directive please?

Image

Stovent avatar Jun 15 '25 16:06 Stovent