Sublime Forum

How to disable auto close tags when typing </

#1

I have looked through all of the default settings and I cannot find what it is that I need to change to disable how Sublime Text 2 automatically inserts a closing tag when I type </. This is causing me to waste way more time than if it wasn’t enabled.

Can someone please let me know what I need to add to my user preferences file to turn this off?

0 Likes

#2

Have you tried:

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

Or removing the angle bracket from :

// Additional situations to trigger auto complete "auto_complete_triggers": {"selector": "text.html", "characters": "<"} ],

0 Likes

#3

Yes, neither one or both worked.

0 Likes

#4

That’s the Tag Plugin

0 Likes

#5

That was the problem. I thought I had removed it. Thanks!

0 Likes