Show me your IDE

Morning,

Im curious to hear from the TF community what your IDE of choice is and what plugins you’re using.

I’ll go first.

Currently using pyCharm with its HCL plugin. Great support for HCL2 and autocompletion of resources and attributes.

Have used VSCode before and loved it. Great IDE. Current HCL support isn’t great though. Would love to go back because there are a lot of other plugins it has that are good for me.

Sticking with pyCharm for now because I spend my days writing TF code I need something that has a decent IDE for the language.

I have not tried VSCode plugin but the recent announcement: https://www.hashicorp.com/blog/announcing-the-terraform-visual-studio-code-extension-v2-0-0/ is a good sign.

I have to admit HCL plugin for IntelliJ do a pretty good job for me: syntax, autocompletion, referencing and refactoring. I can even develop my terraform provider and reload the model data to make it available.