vscode-terraform icon indicating copy to clipboard operation
vscode-terraform copied to clipboard

Identify unused data declarations

Open jrcasso opened this issue 4 years ago • 1 comments

Unused data declarations give Terraform configurations access to unnecessary information, cause code clutter, and impact runtime performance. It would be useful if linting could identify unused data declarations with syntactic highlighting.

jrcasso avatar Aug 14 '20 15:08 jrcasso

This seems like a better fit for some kind of a linter (such as tflint), rather than a functionality built into the extension or the language server directly as I can imagine such functionality being useful outside of editors generally, e.g. in CI checks.

We still don't provide any integration with linters yet though, so I'd keep this open until we do.

radeksimko avatar Aug 25 '20 10:08 radeksimko