Autocompletion is not cancelled on space
If I have Collection c = ne| autocompletion will propose new among other things. If I continue typing without hitting tab or escape, then new Arr, despite the space, will continue proposing new and all other stuff containing these letters.

I think hitting space should cancel autocompletion. But I'm not sure if it's a vscode proper or vscode-java configuration. @jrieken?