
#Terraform plugins docs code#
IntelliSense features are sometimes called by other names such as autcomplete, code completion, and code hinting.įor Terraform constructs like resource and data, labels, blocks and attributes are auto completed both at the root of the document and inside other blocks. IntelliSense is a general term for a variety of code editing features including: code completion, parameter info, quick info, and member lists. Terraform commands Directly execute commands like terraform init or terraform plan from the VS Code Command Palette.Terraform Module Explorer View all modules and providers referenced in the currently open document.Code Snippets Shortcuts for commmon snippets like for_each and variable.Code Formatting Format your code with terraform fmt automatically.Code Navigation Navigate through your codebase with Go to Definition and Symbol support.


#Terraform plugins docs install#
Step 2: Install the Terraform Extension for VS Code. Step 1: If you haven't done so already, install Terraform Get started writing Terraform configurations with VS Code in three steps: The HashiCorp Terraform Extension for Visual Studio Code (VS Code) with the Terraform Language Server adds editing features for Terraform files such as syntax highlighting, IntelliSense, code navigation, code formatting, module explorer and much more! Quick Start Terraform Extension for Visual Studio Code
