5
7

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 5 years have passed since last update.

Xcode開発を少し速くしてくれるショートカット

5
Last updated at Posted at 2017-01-26

勉強会に行って思い出したので
Xcodeで使う
ちょっと忘れがちなショートカットコマンドをメモ

ctrl+shift+command+H

call hierarchy

command + shift + j

メソッド元のファイルを選択状態にする

control + command + e

ローカル変数をまとめて編集できる

command + / + option

コメントテンプレができる

/**
 <#Description#>

 @param reachability <#reachability description#>
 */

option + command + ←

フォルダリング

option + command + →

フォルダリングオープン

option + command + ← + shift

全メソッドフォルダリング

option + command + ← + shift

全メソッドフォルダリングオープン

control + command + m

エラー表示 on/off

command + shift + 7(シングルクォーテーション)

修正可能コマンド

参考URL:
https://developer.apple.com/library/content/documentation/IDEs/Conceptual/xcode_help-command_shortcuts/MenuCommands/MenuCommands014.html

5
7
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
5
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?