[TxMt] Code folding questions

Fabian Zeindl fabian.zeindl at gmail.com
Sun Aug 21 12:15:15 UTC 2016


Hi,

 not sure if "folding" is the correct word here, but, given the following code is it possible to do this in TextMate:

let x = { number: 42 }

1. I want to place the cursor after the { and when I press return, I the closing bracket should too go on a new line

let x = {
    number: 42
}

2. If I put the cursor in front of the word something and press backspace, wrap it back to the original line.


Thanks
Fabian


More information about the textmate mailing list