Reputation: 47
In my VSCode 1.68.1, the auto complete after tab is not putting the second bracket. If I type "{" it will auto-complete the second one "}". But if I tab for auto-complete it will only put the first one "{".
Gif: https://i.ibb.co/TkjfdDG/2022-07-07-10-12-43.gif
Upvotes: 0
Views: 839
Reputation: 1
Go to setting then "[typescript]": { "editor.autoClosingBrackets": "languageDefined" } check the image for clarification
Upvotes: 0