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
I don't know if it's the expected behaviour, but if I'm writing a block of code delimited by parentesis I would expect, starting a new line and closing the bracket, to match the closing bracket created by auto-pairing.
E.g.:
{
| // here I start a new line and type '}'
}
I get
{
}|
}
The text was updated successfully, but these errors were encountered:
I don't know if it's the expected behaviour, but if I'm writing a block of code delimited by parentesis I would expect, starting a new line and closing the bracket, to match the closing bracket created by auto-pairing.
E.g.:
{ | // here I start a new line and type '}' }
I get
The text was updated successfully, but these errors were encountered: