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

【Xcode ショートカットキー】command +「数字」で左から選択【意外と知らない】

Last updated at Posted at 2023-05-16

以下のXcodeの画像を見ると

スクリーンショット 2023-05-16 20.01.13.png

左から

「Show the Project navigator」
「Show the Source Control navigator」
「Show the Symbol navigator」
「Show the Find navigator」
「Show the Issue navigator」
「Show the Test navigator」
「Show the Debug navigator」
「Show the Breakpoint navigator」
「Show the Report navigator」

が並んでいると思います。

Xcodeを触り慣れていない初心者の方は
カーソルをわざわざ移動させて
「特定のnavigator」を選択しているかなと思います。

しかし、それでは非効率なので
command +「数字」で選択しましょう。

command + 1 →「Show the Project navigator」
command + 2 →「Show the Source Control navigator」
command + 3 →「Show the Symbol navigator」
command + 4 →「Show the Find navigator」
command + 5 →「Show the Issue navigator」
command + 6 →「Show the Test navigator」
command + 7 →「Show the Debug navigator」
command + 8 →「Show the Breakpoint navigator」
command + 9 →「Show the Report navigator」

ちなみに、「command + 0」だと以下の画像が

スクリーンショット 2023-05-16 20.13.02.png

以下の画像のように閉じます。

スクリーンショット 2023-05-16 20.13.26.png

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