vscode-ansible
vscode-ansible copied to clipboard
Support vscode outline
Problem
Currently when opening any ansible file the extension doesn't provide an outline which makes it hard to navigate trough a big document.
Solution
Implement a DocumentSymbol to provide a more advanced way to navigate through Ansible files using outline and breadcrumbs
Alternatives
No response
Additional context
No response