atom-autocomplete-ansibleAnsible Playbook autocomplete for Atom
autocomplete-ansible package
An autocomplete+ provider for Ansible Playbook.
Features
- Autocompletion of Playbook directives & module names.
- Snippets for module arguments.
- module_name +
r
: Complete required arguments. - module_name +
a
: Complete all arguments include optional.
- module_name +
Requirements
- Ansible >= 2.2 and Python 2.7 or
- Ansible >= 2.4 and Python >= 3.5
ToDo
- Autocompletion of module arguments when the cursor is in module block.
- Autocompletion of variables/factors.
评论