diff --git a/extensions/cpp/cpp.configuration.json b/extensions/cpp/cpp.configuration.json index 7c3c76c3c46..2c89643f396 100644 --- a/extensions/cpp/cpp.configuration.json +++ b/extensions/cpp/cpp.configuration.json @@ -7,5 +7,19 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] ] } \ No newline at end of file