atom-ava icon indicating copy to clipboard operation
atom-ava copied to clipboard

Autocomplete

Open sindresorhus opened this issue 10 years ago • 2 comments

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

sindresorhus avatar Feb 15 '16 10:02 sindresorhus

We should definitely make it optional, some people (like me) hate autocomplete :)

vadimdemedes avatar Feb 15 '16 11:02 vadimdemedes

@vdemedes We'll only provide an autocomplete provider. You can easily disable autocomplete itself if you don't want it.

sindresorhus avatar Feb 15 '16 11:02 sindresorhus