Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.53 KB

editor.md

File metadata and controls

43 lines (26 loc) · 1.53 KB
title linkTitle date weight
エディタ
エディタ
2020-05-10 08:41:30 +0900
1100

各種エディタやIDEでTerraformを書くための設定など。

IntelliJ IDEA

See also [IntelliJ IDEA]({{< ref "/a/software/editor/idea.md" >}})

Plugins

設定

  • File Watcherによる terraform fmt を設定する

Visual Studio Code

See also [Visual Studio Code]({{< ref "/a/software/editor/vscode.md" >}})

参考:

Extensions

参考:

設定

  • terraform-ls ... terraformの実行ファイルのパスを指定する。自動フォーマットなどで必要
  • 自動フォーマット( editor.formatOnSave )をONにしておく -> terraform fmt が掛かるようになる