1
3

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.

VS2010でよく使うショートカットキー一覧(Windows)

Last updated at Posted at 2017-12-20
キー 説明
F5 デバッグ開始
Shift + F5 デバッグ終了
F9 ブレークポイントの設定/解除
F10 ステップオーバー(メソッドに入らない)
F11 ステップイン(メソッドに入る)
Ctrl + K, K 現在行にブックマークを追加/削除
Ctrl + B, T 現在行にブックマークを追加/削除
Ctrl + K, Ctrl + F コードの整形(選択範囲)
Ctrl + K, Ctrl + D コードの整形(ファイル全体)
Ctrl + K, Ctrl + C コメントアウト
Ctrl + K, Ctrl + U コメントイン
Ctrl + M, M 展開/折り畳みの切替(選択範囲)
Ctrl + M, L 展開/折り畳みの切替(ファイル全体)
Ctrl + - 前に戻る
Ctrl + Shift + - 次に進む
F12 定義へ移動
Shift + F12 定義の呼び出し元を表示
Ctrl + G 指定行へジャンプ
Ctrl + F4 タブを閉じる
Ctrl + F6 右のタブへ移動
Ctrl + Shift + F6 左のタブへ移動

※ブックマークはコードでなく行番号に紐付く

1
3
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
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?