What do the "S", "T" and "Pr" icons that appear in the "auto completion box" in Swift playground mean? -
What do the "S", "T" and "Pr" icons that appear in the "auto completion box" in Swift playground mean? -
this question has reply here:
xcode intellisense meaning of letters in colored boxes f,t,c,m,p,c,k,# etc 1 reply questionwhat "s", "t" , "pr" icons appear in "auto completion box" in swift playground mean? there other kinds?
thanks!
answer (for search engine indexing)c : classes pr : protocols f : functions s : structs u : unions e : enums t : types v : globals
these same abbreviations appear in symbol navigator, defined (as attached screen shot shows):
thus, table tells you, c means class, pr means protocol, , on.
swift swift-playground
Comments
Post a Comment