Skip to content

alexchee/atom-inline-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inline Autocomplete package

Originally a fork from Autocomplete package, but I made it's own repo to make reporting issues easier.

Inlines possible completions in the editor using escape, like Textmate's autocomplete.

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

'atom-text-editor:not([mini])':
  'alt-space': 'inline-autocomplete:cycle'
  'shift-alt-space': 'inline-autocomplete:cycle-back'

You can add a keybind to confirm a selection:

'.inline-autocompleting':
  'space': 'inline-autocomplete:stop'

TODO:

  • Pull Editor's grammar to Word List
  • Figure out how to make confirmKeys customizable

About

Adds inlined autocomplete to Atom, like Textmate's autocomplete.

Resources

License

Stars

Watchers

Forks

Packages

No packages published