7
6

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 5 years have passed since last update.

Visual Studioでコマンドにショートカットを追加する

Posted at

0.前置き

Visual Studioでプログラミングする際になるべくマウスなしで操作をしたいです。その際に役立つのが「Ctrl-X」などのショートカットキーです。もし自分が頻繁に触るコマンドにショートカットが割り当てられていない場合、自分で設定する必要がありますが、そのガイドをメモっておきます。

バージョン情報

name ver.
Visual Studio Professional 2015 Update1

1. 題材

リファクタリング機能の「名前の変更」にショートカットを設定します。

image

2.ショートカットキーを設定する

  1. 「ツール」⇒「オプション」を選択しオプションウィンドウを起動します。
  2. オプションウィンドウにて「環境」⇒「キーボード」を選択します。
  3. ショートカットキーを設定したいコマンドを検索・選択します。
  4. 「使用する場所」と「ショートカットキー」を入力します。
  5. 最後に「割り当て」をクリック。

image

今回の場合、ショートカットキーを有効にしたいときは、テキストエディター上だけですので、使用する場所を「テキストエディター」としています。もし、入力したショートカットキーが別のコマンドですでに利用されている場合は、一番下の「現在使用されているショートカット」に表示されます。

結果を確認するために、再度メニューから表示すると、Ctrl+R,Ctrl+Rがアサインされていることが分かります。

image

以上です。

7
6
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
7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?