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 1 year has passed since last update.

VSCodeを基本からまとめてみた【Macショートカット】

Posted at
  1. command + X : 選択箇所の切り取り

  2. command + shift : 1つ前に戻したい

  3. command + shift + Z : 1つ前に戻したものを先に進む

  4. command + W : 現在開いているタブを閉じる

  5. command + shift + T : 以前消したタブを再度、開く

  6. command + D : ファイル内の同じ文字の選択

  7. shift + option + 複数選択 : 対象箇所にカーソルを当てる

  8. command + f : 開いているファイル内の特定の文言検索

  9. command + shift + f : 全てのファイル内の特定の文字から検索

  10. command + p : ファイル名検索

  11. ファイル選択 + command + C command + V : ファイルの複製

  12. command + [.] : モジュールのインポート

  13. タグ名タイプ後 "tab"で閉じタグを自動補完

  14. タグ + / + tab : 閉じタグのタグになる

  15. ファイル選択後 "Enter" でファイル名変更

  16. option + ← / → : 単語単位でポインタを移動

  17. command + O : フォルダを開く

  18. command + B : 左のサイドバーを閉じる

  19. command + J : 下のパレットの展開

  20. command + Enter : ポインターだけの改行

  21. shift + option + ← / → : 単語選択

  22. command + [-] : 文字を小さくする

  23. command + shift + [+] : 文字を大きくする

  24. command + shift + [U] : 全部の文字を大文字にする

  25. command + shift + [L] : 全部の文字を小文字にする

  26. command + ← / → : カーソルを行末や先頭に持ってくる

  27. shift + option + [^] : 新規でターミナルを開く

参考サイト

【神回】現役フロントエンドエンジニアが使う VSCodeのショートカット厳選34選

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?