LoginSignup
0
1

More than 5 years have passed since last update.

vscodeのマイナーだけど便利なショートカット超個人メモ(mac)

Last updated at Posted at 2018-06-15

alt

次の予測へ移動 control n
前の予測へ移動 control p

コード自動成形(ファイルの全てを成形) shift+option+F

ZenMode command k + z

クリップボードとアクティブファイルを比較 command k c

一致するすべての出現箇所を選択 shift command f

列をソート F9

行を上に移動 alt 上矢印
行を下に移動 alt 下矢印

再帰的に折りたたむ command k + command [
再帰的に展開 command k + command ]

セーブする前の変更をセーブする前と左右で比較 command k + command + d

次の検索結果にフォーカス F4
前の検索結果にフォーカス shift + F4

複数のファイルで置換 shift command H

Rename F2 (JSXを編集する時に多用)
プロジェクト全体のrenameはcmd+F2

importの整理 shift+alt+o
 自動的にimportを綺麗に並び替えしてくれる。

ファイル内の関数オブジェクトに移動 cmd+shift+o
constructorとか、render()とかに移動できる。

行を削除 shift cmd K

定義元を覗く cmd shift F12

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