Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

Visual Studio でコードを .editorconfig に従って一括フォーマット

$
0
0

Visual Studio 2019 のリリースノートにしれっと入ってる dotnet-formatコマンド。

github.com

このコマンド一発でインストールできるのが素敵です。

dotnet tool install -g dotnet-format

パッケージマネージャーコンソールか立ち上げて dotnet-format って打つだけなのですが、パッケージマネージャーコンソールの起動に若干時間がかかるので Visual Studio のツールの外部ツールに以下のように登録しておくとちょっと捗ります。

f:id:okazuki:20190403130119j:plain

  • Title Format all codes
  • Command dotnet-format.exe
  • Arguments -w $(SolutionDir)\$(SolutionFileName)

Use Output window とかあたりにもチェック入れておきます。

これで、ツールメニューの Format all codes をクリックするだけで、ソリューション一括フォーマットが出来ます。

あんまり使わないかな?でもとりあえず登録してみました。


Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>