We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<>
autoClosingPairs
1 parent 544de24 commit ec27848Copy full SHA for ec27848
1 file changed
language-configuration.json
@@ -17,7 +17,9 @@
17
["(", ")"]
18
],
19
// symbols that are auto closed when typing
20
+ // https://code.visualstudio.com/api/language-extensions/language-configuration-guide#autoclosing
21
"autoClosingPairs": [
22
+ { "open": "<", "close": ">" },
23
{ "open": "{", "close": "}" },
24
{ "open": "[", "close": "]" },
25
{ "open": "(", "close": ")" },
0 commit comments