0
0

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.

【VScode】ショートカットキーの個人的必要最小限まとめ

Last updated at Posted at 2020-01-28

個人的に覚えときたかったものだけ羅列した備忘録になりますm(_ _)m

操作系

●進む(戻るの逆): command + z + shift

●サイドバー表示 & 非表示: command + B

●マルチカーソル(複数同時に編集): option 押しながら普通に クリック

●タブ移動: option + command +  (or)

●単語単位で移動: option +  (or)

●ターミナルの起動: control + shift + `

Emmet

●HTMLフォーマット表示(En): !  (の後に)   return

●行ごとカット(全て選択しなくても): command + X

● ul 直下に li を5つ作る: ul > li * 5

●開いてるファイル全て保存: option + command + S

●Preferences(設定:Setting)表示: command +  ,

●コマンドパレット(ショートカットキー確認も): command + shift + P
 

単語・行関係

●行ごと移動: option  +  (or)

●行ごと複製: option +  (or)  + shift (行移動にshift加える)

●行を挿入(カーソルがコード選択中でもずらさず): command +  return(+shift で上に増える)

●行削除: command + shift + K

●マルチカーソル:複数選択(編集できる状態に): option (押しながら) クリック

●カーソルをもう一個下に増やす: command + option + 

●同じ単語一気に選択(置換でなく見ながら編集できる): command + shift + L

置換と検索

●置換: option + command + F ※右のちっちゃいマークで一部or全部選べる
 ※ Excelのcommand + Hではないので注意

●開いてるファイル全てで単語検索: 左の🔍マーク(Search)

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?