Xcode 13 not completing Color literal

Is it just me, or is anyone else experience the missing autocomplete for color literal? All my previous color literals are all coded out.

Color(#colorLiteral(red: 0.4352941176, green: 0.5607843137, blue: 0.9176470588, alpha: 1))

If there are settings that changed or I'm doing something wrong it'd be great to know.

I have the same problem with #imageLiteral and #colorLiteral. When writing the first letters, autocompletion does not work. Some part of #imageLiteral is displayed as text and not as pictures

I found a work around. When looking at a color you'd like to change to a custom color much like Color(literal). They've added a feature on the sidebar, it should be under color.

I believe this is new and their solution.

Same issue here. all my colorLiterals have been replaced with #colorLiteral(red: ...... etc. I don't even use them that often but theres no documentation on this. Are we looking at a bug or an Xcode 13 change?

I am also experiencing the same problem. No auto completion for Image literals.

Try #imageLiteral( to activate the image icon on xcode

Also seeing this with Xcode 13. Is this a bug? The documentation speaks about this working with SwiftUI.

Xcode 13 not completing Color literal
 
 
Q