Enable auto closing in strings #20968
Replies: 1 comment
|
There is no setting that restores this. 25c732e added { "open": "{", "close": "}" },
{ "open": "[", "close": "]" },
{ "open": "(", "close": ")" },Find it with Command Palette, Extensions: Open Extensions Folder, then This is overwritten the next time rust-analyzer updates. There is no official toggle. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
In version 25c732e, the feature that automatically closes curly braces in strings was changed. Is it possible to override this change so that the auto-closing function is restored?
VS Code offers a configuration setting:
"editor.autoClosingBrackets": "always"but it has no effect.All reactions