Antikythera / atom-autocomplete-ansible

Ansible Playbook autocomplete for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

demo

Requirements

  • ansible >= 2.0

ToDo

  • Autocompletion of module arguments when the cursor is in module block.
  • Autocompletion of variables/factors.

About

Ansible Playbook autocomplete for Atom

License:MIT License


Languages

Language:JavaScript 71.7%Language:Python 25.3%Language:CSS 3.1%