atom-ava
atom-ava copied to clipboard
Autocomplete
Would be nice to have test and assert completions. E.g. typing t. inside a test would show all assertion methods.
Docs: https://github.com/atom/autocomplete-plus/wiki/Provider-API
Inspiration: https://github.com/atom/autocomplete-plus/wiki/Autocomplete-Providers and https://github.com/jadb/atom-codeception-snippets/blob/master/scoped-properties/codeception-snippets.cson
We should definitely make it optional, some people (like me) hate autocomplete :)
@vdemedes We'll only provide an autocomplete provider. You can easily disable autocomplete itself if you don't want it.