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

【Windows】私的 VSCode ショートカットまとめ

Last updated at Posted at 2019-07-15

なにこれ

初心者プログラマーの自分がちまちま使ってきたVSCodeのショートカットのまとめです。OSはWindouwsです。随時更新予定。

全般

ctrl+Shift+p コマンドパレットを開く
ctrl+, 設定を開く

ctrl+z 戻る
ctrl+y 進む

コーディング

ctrl+a 全選択
ctrl+c 一行コピー
ctrl+x 一行切り取り
ctrl+v 貼り付け
ctrl+[ インデントを下げる
ctrl+] インデントを上げる
Alt+ 一行まるごと上下に移動
Alt+Shift+ 一行まるごと上下にコピー
ctrl+Shift+k 一行削除

ctrl+f 検索
ctrl+h 置換

ctrl+Enter 下に空行追加
ctrl+Shift+Enter 上に空行追加

ctrl+ 単語ごとの移動
ctrl+g 指定行に移動

ctrl+/ 選択範囲をコメント/アンコメント

画面操作

ctrl+B サイドバーの表示、非表示
ctrl+J ターミナルの表示、非表示
ctrl++ 拡大
ctrl+= 縮小
ctrl+ 画面の移動

ファイル操作

ctrl(+Shift)+Tab タブ移動(連続して押すと選択が変わる)
ctrl+N 新しいファイル
ctrl+Shift+N 新しいウィンドウ
ctrl+S 保存
ctrl+Shift+S 名前を付けて保存

まとめ

特に使いやすいものを選びました。他に便利なショートカットがあればぜひ教えてください。

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