Autocomplete (Deprecated) [](https://travis-ci.org/atom/autocomplete)

July 6, 2015 ยท View on GitHub

This package has been replaced in Atom core with autocomplete-plus

View and insert possible completions in the editor using ctrl-space.

Looking to use a different keybinding? Copy the following to your ~/.atom/keymap.cson to tweak:

'.active.pane':
  'ctrl-space': 'autocomplete:toggle'