juliosueiras / terraform-lsp

Language Server Protocol for Terraform
MIT License
579 stars 37 forks source link

Module inputs completion support #96

Open gerrywastaken opened 3 years ago

gerrywastaken commented 3 years ago

Under features within the readme I see this: "Module nesting (infinite as well) variable completion"

However when actually trying to get completion within a module block I don't see any of the inputs for that module appearing.

I then noticed within the todo doc the modules checkbox is unticked: https://github.com/juliosueiras/terraform-lsp/blame/13fbf76ee351a800e483c3743fc1d79b5d2fbbdf/Todo.md#L27

By module variable completion, does this mean module input variables?

juliosueiras commented 3 years ago

will take a look

Peder2911 commented 1 year ago

Hey! Would be awesome to have this feature. What would it take for it to be supported? I could maybe help out if you point me in the right direction.