I
I
Ivan Karabadzhak2014-02-27 18:44:59
Sublime Text
Ivan Karabadzhak, 2014-02-27 18:44:59

Is it possible in Sublime 3 to disable bracket auto-completion for a specific file type?

In *.txt text files, Sublime continues to pad parentheses, this is not convenient. How to disable?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
niosus, 2014-02-27
@Jakeroid

I haven't tested it, but it should work like this:
Open any *.txt document. Now go to the settings panel and select

"Preferences" --> "Settings - More" --> "Syntax-specific - User"

In this file you need to add this:
// Controls auto pairing of quotes, brackets etc
"auto_match_enabled": false,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question