13
9

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

Xcode オートコンプリート(コード補完)のアイコンの意味

Last updated at Posted at 2021-05-29

Xcodeオートコンプリートの略号のチートシートです。

スクリーンショット 2021-05-29 17.19.18.png
このコード補完の一番左にあるカラフルなSとかVとかの意味です。

まとめ

略語 意味 備考
紫🟪 C Class クラス
紫🟪 CE Class Extension
紫🟪 Pr Protocol プロトコル
紫🟪 S Struct 構造体
橙🟧 E enum 列挙型
橙🟧 T Type
橙🟧 Ex Extension
緑🟩 f function 関数
緑🟩 F Field フィールド
緑🟩 K constant
緑🟩 L Local variable ローカル変数
緑🟩 O IBOutlet
緑🟩 V Variable 変数
緑🟩 x parameter 引数
青🟦 A IBAction
青🟦 M Method メソッド
青🟦 P Property プロパティ
灰⬜ {} snippets
茶🟫 C modeled Class
茶🟫 M modeled Method
茶🟫 P modeled Property

参照

Xcodeでコードを書いていると、オートコンプリート(コード補完)が出現しますが、意味がわからないものがあったので、まとめてみました。
公式では見つけられず、AppleのDeveloper Forumsとstack overflowを参考にしました。
https://developer.apple.com/forums/thread/131642
https://stackoverflow.com/questions/6662395/xcode-intellisense-meaning-of-letters-in-colored-boxes-like-f-t-c-m-p-c-k-etc

13
9
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
13
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?