How to apply updates to a Monaco editor/model and get autoclosing brackets
Trying to figure out a way to hook into Monaco bracket/quotation autoclosing behavior programmatically. Basically instead of a user typing the characters const c = (
-> editor completes const c = ()
, use some Monaco editor API to achieve the same result, possibly by something along the lines of