You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The editor setting text_editor/completion/auto_brace_complete description doesn't really explain what it currently does. I think it's working as intended, so the description should be changed to make it easier to find user that want to change this behavior:
Current implementation:
This doesn't mention that it also inserts a closing single or double quote, not just parentheses/braces
It says it completes braces during code completion, but it just inserts additional characters directly when typing and it seems to be completely unrelated to the more advanced code completion functionality.
A more accurate description could be something like "If true automatically inserts a closing brace, parentheses or quote after the cursor when typing one of these characters"
Steps to reproduce
Take a look in the editor settings and compare this to how the setting works.
Minimal reproduction project (MRP)
Just editor needed
The text was updated successfully, but these errors were encountered:
Tested versions
4.3.stable
System information
macOS 15.0.1
Issue description
The editor setting
text_editor/completion/auto_brace_complete
description doesn't really explain what it currently does. I think it's working as intended, so the description should be changed to make it easier to find user that want to change this behavior:Current implementation:

A more accurate description could be something like
"If true automatically inserts a closing brace, parentheses or quote after the cursor when typing one of these characters"
Steps to reproduce
Take a look in the editor settings and compare this to how the setting works.
Minimal reproduction project (MRP)
Just editor needed
The text was updated successfully, but these errors were encountered: