To enable Terraform language support in your IDE, you can integrate the Terraform Language Server by following these steps:
-
Open an
.tffile in your project. -
Click on Install Terraform Language Server:
-
This will open the New Language Server Dialog with
Terraform Language Serverpre-selected: -
Click OK. This will create the
Terraform Language Serverdefinition and start the installation: -
Once the installation completes, the server should start automatically and provide Terraform language support (autocomplete, diagnostics, etc.).
If the installation fails or if you need to download other version of the language server, you can customize the installation settings in the Installer tab,
then click on the Run Installation hyperlink to reinstall the server:
See Installer descriptor for more information.




