On 2010-04-03, at 9:35 am, Adam Strzelecki wrote:
http://github.com/nanoant/xcode-bracket-matcher
- Auto closing of brackets and quotes: When you open a bracket or (double)quote, the plugin closes it for you and places the cursor (insertion point) between brackets (quotes).
- Auto deletion of both brackets: When the cursor (insertion point) is between empty brackets (quotes), pressing backspace (delete) removes them both.
- ] always wraps: Pressing ] when there is something selected, wraps the selection with square brackets, rather than replacing whole selection with].
- Whitespace display
Awesome Adam. I was missing those as well.
Ed Wong