twostraws / Sourceful

A syntax highlighting source editor for iOS and macOS using UITextView and NSTextView.

Home Page:https://www.hackingwithswift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can sourceful auto-balance parens/braces

wtholliday opened this issue · comments

In most code editors, when you enter a paren, the editor will auto-balance with a closing paren.

Can sourceful do that? If not, how should I go about adding it?

It can't by default, but you can add it yourself by overriding text did change and detecting when the user typed an autocompleting character