8
9

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.

【C#】最近知った便利なVisualStudioの機能と拡張機能【VisualStudio 2022】

Posted at

初めに

閲覧頂きましてありがとうございます🙇
この記事では、私が最近知ったVisualStudioの機能と拡張機能を紹介します。
気になった機能があったら一度試してみてください!!

環境

  • Visual Studio 2022 community
  • C#10(.Net6)
  • コンソールアプリ

名前のリファクタリング

変数やメソッド名を選択してctrl+R,ctrl+Rを入力すると名前をリファクタリング(変更)できます😆

Animation.gif

プロパティからコンストラクタを生成

クラス名の行でctrl+.を入力してコンストラクタ-を生成する...を選択すると、クラスのプロパティからコンストラクタを実装できます👍
Animation2.gif

日本語から変数名を命名

プログラマーのためのネーミングツールとしてサービスを提供しているCodicの拡張機能になります。拡張機能に関しては公式サイトを参考に導入してください✨

Animation3.gif

最後に

私がよく使う便利な機能を挙げてみました。これ以外にもCodeMaidやLiveShare等の便利な拡張機能がたくさんあるので自分が使いやすい最高の開発環境を目指して色々試してみてください!!🎆

8
9
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
8
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?