-
Notifications
You must be signed in to change notification settings - Fork 526
Closed
Description
snippets/c.json#L87, snippets/cpp.json#L257
"#def": {
"prefix": "#def",
"body": ["#define \"$1\" \"$2\" "],
"description": "Code snippet for #define \" \""
},
I believe this is incorrect. Macro names cannot be quoted. It should be just "#define $1 $2"
.
rafamadriz
Metadata
Metadata
Assignees
Labels
No labels