avajs / atom-ava

Snippets for AVA and run tests directly in the editor
https://atom.io/packages/ava
MIT License
103 stars 20 forks source link

Autocomplete #4

Open sindresorhus opened 8 years ago

sindresorhus commented 8 years ago

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

vadimdemedes commented 8 years ago

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

sindresorhus commented 8 years ago

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