ansible-language-server icon indicating copy to clipboard operation
ansible-language-server copied to clipboard

Doc string snippets from module/plugin docs after task keyword

Open ganeshrn opened this issue 4 years ago • 1 comments

Problem

Currently snippet for module doc is not supported

Solution

Add support for task keyword to provide module options snippet support. If user ask from auto-completion immediately after module name ansible.butilin.debug: in that case module snippet can be provided in autocompletion eg. https://marketplace.visualstudio.com/items?itemName=MattiasBaake.vscode-snippets-for-ansible. If the cursor position is at next line after module name individual options can be provided in auto completion.

Alternatives

No response

Additional context

No response

ganeshrn avatar Nov 17 '21 14:11 ganeshrn

Examples would be cool too

cloin avatar Aug 05 '22 19:08 cloin