Skip to content

Fix: auto brace complete for quoted strings

Created by: dreamsComeTrue

When inside of string (single or double-quoted) - disallows of completing other type of qutoes:

E.g: typing ' inside of "" String emits only one ' character (and vice-versa). Also works with escaped characters (\' and \")

Fixes #36002 (closed)

Merge request reports