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 question

what "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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -