ansible-language-server
ansible-language-server copied to clipboard
Add support for connection plugin auto completion
Problem
Currently connection plugin autocompletion is not supported for connection keyword at play/task level and ansible_connection variable.
Solution
Will need to identify the cursor position at and if it is after connection keyword at play/task level and ansible_connection variable provide completion for connection plugins.
Alternatives
No response
Additional context
No response