AnsiblePlugin icon indicating copy to clipboard operation
AnsiblePlugin copied to clipboard

Support for Fully Qualified Collection Names

Open jens-st opened this issue 3 years ago • 3 comments

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

jens-st avatar May 18 '22 08:05 jens-st

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.

dragetd avatar Jun 22 '22 11:06 dragetd

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.

MSDehghan avatar Jun 25 '22 15:06 MSDehghan

+1

pappou99 avatar Jul 19 '23 14:07 pappou99