Brackets competion should transparently handle closing tags
Bug #1604506 reported by
Zisu Andrei
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scratch |
New
|
Undecided
|
Unassigned |
Bug Description
Wasn't sure what to write in the bug title, but the problem is the following:
When brackets completion triggers (i.e. when I type a "{" character), it will automatically add
a "}" character, which is helpful.
However, since this is meant to be just an aid to the developer, if he types in "}" afterwards, it shouldn't add a second bracket, resulting in "}}". Instead, it should just skip the bracket that was previously inserted.
To post a comment you must log in.