MSDehghan / AnsiblePlugin

IntelliJ plugin that helps developing Ansible files
129 stars 16 forks source link

Support for Fully Qualified Collection Names #18

Open jens-st opened 2 years ago

jens-st commented 2 years ago

It is recommended to use FQCN for ansible modules. I'd like to request support for it. For example code completion is not working when using ansible.builtin.file instead of file in version 0.92.

https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#using-collections-in-a-playbook https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_in_groups.html#naming-conventions

dragetd commented 2 years ago

I have been wondering why most Ansible autocompletions etc. never worked on my Ansible projects. Now I realize it is because of this issue. :P

Yes, would be cool if this would work.

MSDehghan commented 2 years ago

Hi, Supporting fully qualified names are on my list but currently I am busy with my university and master thesis and I have no free time to develop this feature. I hope to be able to continue this project at the end of this year.

pappou99 commented 1 year ago

+1