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

Visual Studio > IDE > ショートカットを忘れたときの確認手順 > Ctrl+Q とキーワード入力

Last updated at Posted at 2017-12-10
動作環境
Windows 8.1 Pro (64bit)
Microsoft Visual Studio 2017 Community (以下VS)
Sublime Text 2

VSをたまに使っていてショートカットなどを忘れる。
(他のIDEのショートカットと混乱するということがある。Arduino IDEとかR StudioとかMatlabとかC++ Builderとか組込みのIDEとか)。

忘れたときに確認する最短手順は何か。

手順

  1. Ctrl+Q
    • IDE右上の「クイック起動」のテキストボックスにフォーカスが移動する
  2. キーワード入力
    • 例: タスク
      • タスク一覧表示方法の確認(と実行)
        • TODOリスト
    • 例: コメント
      • コメントの設定と解除方法の確認(と実行)
    • 例: ブレーク
      • ブレークポイントの設定と解除方法の確認(と実行)
    • 例: 展開
      • コード領域の折り畳みと展開方法の確認(と実行)
    • 例: 開始
      • デバッグの開始方法の確認(と実行)
    • 例: パラメータ
      • パラメータヒント表示方法の確認(と実行)

キーワード自体は厳密に覚えなくても「だいたいこういう用語だろう」で入力して使う。

qiita.png

0
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
0
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?