autocomplete

Display possible completions in the editor with `ctrl-space`.

atom

325,199

178

0.47.0

MIT

GitHub

Autocomplete package Build Status

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'