python-editor-v3
python-editor-v3 copied to clipboard
[Toolkits] Allow overwrite of bracket when inserting functions from API toolkit
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.
Historical note: the edits above are because the section now known as API was formerly called Reference (!)