3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

UniposAdvent Calendar 2024

Day 2

VS Codeのニッチなショートカット集 (macOS)

Posted at

この記事は、Unipos Advent Calendar 2024 の2日目の記事です。

VS Code ニッチなショートカットまとめ

この1年間ぐらいで探ってみた。知ってると便利なVS Codeのショートカットを集めてみました。なおかつ、主観でニッチなものを集めてみました。
基本 Mac のショートカットで書きます。Windowsの方はごめんなさい :bow:

⌘ + shift + f からの ⌘ + ↓ または、⌘ + ↑

検索後のフィルターや結果に素早く移動できます。

⌘ + shift + f からの F4 または、shift + F4

検索後の結果にすぐにアクセスしながらEditorで開いた状態にもなります。また、F4 または、shift + F4を何度も入力することで次や前の結果にすぐに移動できます。

⌘ + shift + .

素早くある程度の塊でファイル内のコード間の移動ができます。

⌘ + shift + . からの

パンくずを辿って他のファイルへアクセスできます。

⌘ + shift + e からの ⌘ + P からの File: New ~~

特定のフォルダーの場所に素早くフォルダやファイルを作成できます。

⌘ + shift + e からの ↓ または ↑ からの ⌘ + ↓

ファイルツリーを移動して、Editorで選択中のファイルを開くことができます。

⌘ + shift + e からの ⌘ + alt + f

ファイルツリー内での絞り込みができます。

⌘ + k からの w

開いているファイルのタブ一覧を特定のEditorから削除します。

⌘ + Control + → または ⌘ + Control + ←

分割されたEditor間をファイルのタブが移動します。

最後に

結構知らないショートカットが今年1年で多く見つかりました。こういうものを知ってると効率が上がるので、これからも探っていきたいです。

備考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?