6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

複数ファイルをフォーマットするなら #VsCode で ( multiple file formatter ) ( #YAML )

Last updated at Posted at 2020-05-22

問題

localで実行できるYAMLの良いFormatterが見つからなかった

解決

VsCodeの拡張を利用した

  • VsCodeの拡張で複数ファイルを一斉にフォーマット出来る拡張があった
  • めちゃくちゃタブを開き続けて1ファイルずつ Format Document をしてくれる様子 ( Format Document の動作自体は VsCode の標準コマンドだったはず )

image

設定

拡張の設定から、対象ファイルやディレクトリをワイルドカード指定することもできそう

自分の場合は変換したいディレクトリをVsCodeでWorkspaceとして開いて、一斉変換した。

image

Original by Github issue

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?