juliosueiras / vim-terraform-completion

A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
MIT License
337 stars 24 forks source link

Jump to declaration of variable does not work when the declaration is on a different file #53

Open sebiwi opened 5 years ago

sebiwi commented 5 years ago

Hi,

I realised that the "<leader>l" will jump to declaration of the resource/data/variable mapping only works when the declaration of the variable is on the same file. It would be great if this would work doing a project-wide search, since most of the time we do Terraform code using layering.

Thanks!