Harrison Tran
Harrison Tran

Reputation: 1621

Xcode display asset icon filename in code editor

Is there anyway to show an assets icon image and its file name? I've seen it in videos but I can't seem to get it to display in my code editor.

This is what I get:

enter image description here

And this is what I want: enter image description here

Upvotes: 5

Views: 776

Answers (2)

Nikolai Volodin
Nikolai Volodin

Reputation: 86

simply comment the line and you'll see the image resource name. enter image description here enter image description here

Upvotes: 2

stakri
stakri

Reputation: 1397

It used to be this way in Xcode 8, the name would be displayed alongside the image. In Xcode 9 the name has been removed and this behavior does not seem to be customizable.

Upvotes: 5

Related Questions