Sublime Forum

Question about the parentheses

#1

When I type a closed parentheses but theres already one directly after it replaces the one after, is there a way to turn this off?
When I say closed parentheses I mean these ones ) ] }
Also is there a way to make it not placing a closed parentheses automaticly when you type a open parentheses?

I am using sublime text at more or less standard settings, haven’t changed anything as I can remember.

0 Likes

#2

In your User settings change this property to false:

    // Controls auto pairing of quotes, brackets etc
    "auto_match_enabled": true,

You can read about more settings options here sublime-text-unofficial-document … tings.html

Or just look around in the Default settings file, lots of stuff in there (commented with useful information) that you can override via you User settings file.

0 Likes