Search result icons in Xcode?

I am looking for information about the icons displayed in search results in Xcode.

The meaning of some of the icons is obvious, I think.

M = Method, C = Class, S = Struct, Pr = Protocol, etc. But others are not so obvious.

What do you call these icons in the Xcode help list?
Is there a "legend" that describes these badges?

I tried searching, but I am at a loss what to call these icons.

I can provide a pic if necessary, but cannot post it.

possum

+4
source share
1 answer

I can't find any help about them, but with find-fu, I think I found them in /Developer/Library/PrivateFrameworks/DVTFoundation.framework/Versions/A/Resources named Xcode.SourceCodeSymbolKind.Category.Icon.pdf , etc. d.

Update: Some Inkscape and HTML action took place and generated this image:

Source code kind image

+10
source

Source: https://habr.com/ru/post/1388982/


All Articles