Ticket #1090 (new enhancement)
Autocomplete bracket with indentation
| Reported by: | szabgab | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Brackets | Version: | 0.78 |
| Keywords: | Cc: |
Description
An optional feature
When "Autocomplete bracket" is on and the user types opening { after an if statement and presses ENTER (in between the brackets) the closing
bracket should be indented as the line of the opening bracket is indented so it will look like
if () {
<-CURSOR
}
or
if ()
{
<-CURSOR
}
Note: See
TracTickets for help on using
tickets.
