You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocompleting to a function uses the same code in CodeMirror that's normally used for inserting a bracket so you get a bracket pair. The closing bracket can be overwritten. Ideally we'd reuse this same code when performing API drops.
I suspect this will be hard and/or not worth it so I've split it out so we can discuss priority.