Skip to content
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.

atom-archive/autocomplete

Repository files navigation

Autocomplete (Deprecated) Build Status

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'