All Projects → h-hirokawa → atom-autocomplete-ansible

h-hirokawa / atom-autocomplete-ansible

Licence: MIT License
Ansible Playbook autocomplete for Atom

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to atom-autocomplete-ansible

cleanmymac
A developer friendly command line cleaner program for modern macOS systems
Stars: ✭ 35 (+45.83%)
Mutual labels:  atom
prot16
Colour schemes mainly for highlighting code syntax. Each theme uses a 16-colour palette. It comes in light and dark variants.
Stars: ✭ 18 (-25%)
Mutual labels:  atom
30-seconds-of-code-texteditorsnippets
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Stars: ✭ 35 (+45.83%)
Mutual labels:  atom
atom-languageclient
Provide integration support for adding Language Server Protocol servers to Atom.
Stars: ✭ 34 (+41.67%)
Mutual labels:  atom
haskell-ghc-mod
haskell-ghc-mod atom package
Stars: ✭ 70 (+191.67%)
Mutual labels:  atom
sph-lib
more than 80 gpl3+ licensed guile scheme libraries
Stars: ✭ 15 (-37.5%)
Mutual labels:  atom
magic-console
Interactive programming for Atom
Stars: ✭ 13 (-45.83%)
Mutual labels:  atom
verssion
RSS feeds of stable release versions, as found in Wikipedia.
Stars: ✭ 15 (-37.5%)
Mutual labels:  atom
atom-language-pascal
Pascal language support in Atom
Stars: ✭ 25 (+4.17%)
Mutual labels:  atom
Termination
Integrated terminal for Atom. Looks like terminal-plus, acts like your native terminal (except every other Friday). Looking for collaborators! :-)
Stars: ✭ 83 (+245.83%)
Mutual labels:  atom
colorstorm
A color theme generator for editors and terminal emulators
Stars: ✭ 101 (+320.83%)
Mutual labels:  atom
baRSS
Menu Bar RSS reader for macOS
Stars: ✭ 39 (+62.5%)
Mutual labels:  atom
atom-package-sync
Synchronize your atom packages and settings easily
Stars: ✭ 22 (-8.33%)
Mutual labels:  atom
multi-cursor
🎉
Stars: ✭ 44 (+83.33%)
Mutual labels:  atom
mastofeed
ActivityPub feed => iframe embed. https://www.mastofeed.com
Stars: ✭ 55 (+129.17%)
Mutual labels:  atom
atom-mocha
Mocha test runner in Atom
Stars: ✭ 13 (-45.83%)
Mutual labels:  atom
helloworld
federated social web blog and RSS reader
Stars: ✭ 22 (-8.33%)
Mutual labels:  atom
feeds-to-pocket
Sends entries from RSS and Atom feeds to Pocket (https://getpocket.com)
Stars: ✭ 24 (+0%)
Mutual labels:  atom
atom-ember-snippets
Ember.js ES6 snippets for Atom
Stars: ✭ 37 (+54.17%)
Mutual labels:  atom
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-20.83%)
Mutual labels:  atom

autocomplete-ansible package Build Status

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.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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].