Closed austincondiff closed 1 year ago
This one of the core features of this library: https://github.com/ChimeHQ/TextFormation
Might be handy. It is text-system independent, so should be possible to incorporate into any system. But, does have some more straightforward hooks for NSTextView.
Could be implemented using https://github.com/ChimeHQ/TextFormation
When user types a
{
,[
,(
, or<
, we should append a matching}
,]
,)
, or>
right after the cursor position on the same line.Related
78