LoginSignup
6
3

More than 1 year has passed since last update.

VScodeとXcodeのショートカットキー対応表(Mac)

Last updated at Posted at 2023-02-28

概要

VScodeとXcodeでよく使うショートカットキーの対応表を作成しました。

前提としてOSはmacOSであり、各エディタのバージョンは以下です。
VScode: 1.75.1
Xcode: 13.2

コード編集系

コマンド Vscode Xcode
指定した行に移動 control + g command + l
コードジャンプ f12 command + control + click
コードジャンプ前に戻る control + - command + control + ←
変数名をまとめて変更 command + shift + l command + control + e
コメントアウト/コメントアウト解除 command + / command + /
インデント追加 command + ] command + ]
インデント削除 command + [ command + [
コード整形(インデントを整える) shift + option + F control + i

ファイル操作系

コマンド VScode Xcode
ファイル名を検索して移動 command + p command + shift + o
戻る control + - command + control + ←
進む control + shift + - command + control + →

検索系

コマンド VScode Xcode
ファイナル内検索 command + f command + f
プロジェクト内検索 command + shift + f command + shift + f
次の検索結果に移動 command + d command + g
ファイル内のシンボル/メソッドを検索 command + shift + o control + 6

その他

コマンド Vscode Xcode
設定を開く command + , command + ,
左サイドバー表示/非表示 command + b command + 0
ヘルプ command + shift + ? command + shift + ?
フルスクリーン/フルスクリーン解除 command + control + f command + control + f
6
3
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
6
3