vermut / intellij-ansible

YAML/Ansible support with Jinja2 tags / IntelliJ IDEA
https://plugins.jetbrains.com/plugin/7792
Other
205 stars 29 forks source link

Go to declaration for import_tasks & include_tasks #86

Closed szpak closed 3 years ago

szpak commented 6 years ago

Starting with Ansible 2.4 import_tasks & include_tasks can be used to import/include tasks from a separate file in the same role. It would be great to be able to use "go to declaration" (CTRL-B, CTRL-left click) for them, the same like it is currently implemented for roles.

vermut commented 4 years ago

Yes, that looks doable.