🕊️

VS Code swiftformat で保存時に自動整形

2022/02/10に公開

各種インストール

VS Code へ 拡張機能 apple-swift-format をインストール
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-apple-swift-format

swift-format を Homebrew でインストール
brew install swift-format

VS Code apple-swift-format の設定

VS Code 拡張 apple-swift-format 設定を開き swiftformat の path を指定しておきます。

僕は M1 なので
/opt/homebrew/Cellar/swiftformat/0.49.3/bin/swiftformat
です。

設定後 VS Code を再起動すれば Swift ファイルでも整形できるようになっており、Format On Save が有効なら保存時に整形してくれるようになっていると思います。

よろしければTwitterのフォローお願いします。
https://twitter.com/iori_eth

Discussion