View and insert possible completions in the editor using ctrl-space.
ctrl-space
Looking to use a different keybinding? Copy the following to your ~/.atom/keymap.cson to tweak:
~/.atom/keymap.cson
'.active.pane': 'ctrl-space': 'autocomplete:toggle'