schemely
schemely copied to clipboard
REPL - Space after completion
After symbol completion, a space character should be inserted as to let the user continue to type the expression. Example:
(defi[press tab]
then
(define_<--caret here
rather than
(define _<-- here