Limiting tab autocompletion in REPL?

I’ve occasionally found myself pressing TAB twice in the REPL, either at the prompt or after whitespace, and getting the full list of loaded symbols dumped into the buffer (and scrolls away other information I’m using nearby).

Is there a way to limit this, or get a checkpoint question (e.g. like in zsh, zsh: do you wish to see all 128 possibilities (64 lines)?). Thanks.