Allow disabling of closing bracket removal when using Auto Closing Brackets #77646
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
editor-autoclosing
Editor automatic closing of parens / brackets / etc.
When the
Editor: Auto Closing Brackets
setting is enabled, if you type the a closing parenthesis/bracket/quote and the caret is behind one (like this:|}
, where|
is the caret), it's automatically removed and the cared is advanced one symbol forward (}|
). It'd be much easier to type nested function calls, like inSDL_LogCritical(SDL_LOG_CATEGORY_APPLICATION, "Error occured: %s", SDL_GetError())
, if the auto-removal could be disabled in Settings, becauseSDL_GetError()
is usually typed out after theSDL_LogCritical()
"body" is typed out.The text was updated successfully, but these errors were encountered: