U
U
Uncle Zhenya2017-03-12 11:59:01
HTML
Uncle Zhenya, 2017-03-12 11:59:01

Brackets: how to remove auto-closing of some tags?

In Brackets 1.9, all single tags are automatically closed: br, input, img, etc. How can I prevent these tags from closing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tom Nolane, 2017-03-12
@tomnolane

maybe so?
You need to go to Debug → Open Preferences File and add there:

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

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question