alexchee / atom-inline-autocomplete

Adds inlined autocomplete to Atom, like Textmate's autocomplete.
MIT License
3 stars 2 forks source link

Hook into autocomplete Providers #17

Open alexchee opened 9 years ago

alexchee commented 9 years ago

It'll be nice to be able to use the providers to have better grammar support (https://github.com/atom-community/autocomplete-plus/wiki/Autocomplete-Providers).

alexchee commented 9 years ago

Probably be easier to just fork off of autocomplete-plus and modify it to do inline suggestions. https://github.com/alexchee/atom-autocomplete-inline-plus

If I only had the :watch:...