pixelmimic / autocomplete

Autocomplete Atom package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Autocomplete Atom package

License:MIT License


Languages

Language:CoffeeScript 97.3%Language:CSS 1.4%Language:JavaScript 1.3%