0
0

More than 1 year has passed since last update.

[Mac]VScodeで使えるショートカット

Last updated at Posted at 2022-07-07

■設定を開く
Command + ,

■ターミナルの表示/非表示
command + J

■サイドバーの操作

サイドバーの表示/非表示
command+B

サイドバーへカーソルを移動する
command+0

エディタへカーソルを移動する
command+1

■ワークスペース上のファイルウィンドウ切り替え

一つ右のウィンドウを開く
command+option+

一つ左のウィンドウを開く
command+option+
F
■検索

ファイル検索
command+P

grep検索
command+Shift+F

大文字小文字を区別する(Match case)
command+option+C

単語単位で検索(Match Whole word)
command+option+W

正規表現を使用(Use Regulation words)
command+option+R

シンボルで検索
command+Shift+O

■ジャンプ

関数の定義先にジャンプする。
(呼び出された関数を選択し)F12を押下

■入力補完

◎HTML

タグを楽に入力する
タグ名を入力後、tabを押下すると自動で<>>が入力される

例)

を自動入力したい時

「div」と入力し、その後、tabを押すと下記のように自動入力される。

<div></div>
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