• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

inline-autocomplete

Inserts possible completions in the editor with `escape`, Textmate style.
alexchee
2.1.0 5,512
10
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by