1
1

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.

VisualStudio2019 開発に役立つ拡張機能のまとめ

Last updated at Posted at 2023-09-25

Visual Studioの拡張機能とは

Visual Stuidoにさまざまな機能を追加できるプラグインのこと。
例えば、デバッグ機能の拡張、ソースコードの整形補助、外観のカスタマイズなど、多くのことができる便利なツールが提供されている。


オススメ度   ツール名 説明
★★★★★ Solution Error Visualizer ビルド時、ビルドエラーとなった原因のファイルや、ソリューションエクスプローラー上でエラーがあるファイルが所属するプロジェクトに赤線を引いてくれる機能
※プロジェクト数が多いソリューションほど便利
★★★★☆ Visual Studio Restart Visual Studioのファイルメニューに再起動の項目を追加する機能
※VSを再起動したい場合、エクスプローラーからslnファイルを探しクリックする必要が無いので便利
★★★★☆ Open In Explorer ソリューションエクスプローラー上のファイルを右クリックして表示されるメニューに、「エクスプローラーでファイルを開く」を追加する機能
image.png
★★★☆☆ VSColorOutput 出力ウィンドウの警告・エラー・ビルド開始・ビルド終了など、出力の種類に応じてテキストに色を付けてくれる機能
★★★☆☆ Comment Remover コメントを色々な方法で一括削除できる機能
※個人的には「#region」を全て削除してくれる「Remove #Regions」という機能を良く使用している
★★☆☆☆ Code alignment ソースコードを「=」「;」「//」など特定の記号や文字を基準に綺麗に揃えられる機能

      ⇓

※揃えたい行の中に全角スペースが入っていたら綺麗に揃わない場合があるので要注意
★★☆☆☆ Trailing Whitespace Visualizer コード内の不要な空白を強調表示できる拡張機能
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?