intellij-ansible
intellij-ansible copied to clipboard
Code completion
I use your plugin with pycharm, but I do not know how to turn on the code completion. I get "No suggestion" warning, but Ctrl+Q (Documentation lookup) works.
Code completion with Ansible modules would be amazing.
Being able to have code completion with the module so it can suggest a module, as well as the module being templated out in full YML syntax with all the options which you can just remove those you don't want.
Hell I would donate some to have these features - but I'm not very experienced with Java so I'm rather useless at getting this done myself - and it's not like I would have the time either.
+1.
Well, if you feel like investing some effort - you can spend some time and prepare set of live templates for main ansible features: https://www.jetbrains.com/help/idea/2016.3/creating-and-editing-live-templates.html#text
I can incorporate it in next release.
Can't promise anything short term but if we leave this open I'll invest some time here and there until I can do it. Thinking about it now if we have live templates for every module it would be cumbersome for maintenance and completeness. I can certainly get some info about the commonly used modules and go from there though.