S
S
Serjabos2015-06-15 18:59:29
HTML
Serjabos, 2015-06-15 18:59:29

Brackets How to disable auto-closing tag?

How to disable auto-closing of tags in brackets?
For example, I need to highlight some word in the tag. But as soon as I add this tag, the closing tag immediately appears and, as a result, I have to delete the closing tag and write it after the word.
<span> </span> *КАКОЕ-ТО СЛОВО*
Has anyone experienced this??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Radkov, 2015-06-15
@Serjabos

1a136360972e48bf8e95030ec496888a.gif
You need to go to Debug → Open Preferences File and add there:

"closeTags": {
        "whenOpening": false,
        "whenClosing": true,
        "indentTags": []
    }

https://github.com/adobe/brackets/wiki/How-to-Use-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question