There’s an interesting change in the latest Xcode beta: the SF Symbols search now creates an Image element by default rather than just inserting the symbol name. I like the feature, but I’m not sure I appreciate it being the default behavior.

FB22198451

#iOSDev #SwiftUI

@Typ0genius It should just be intelligent enough to insert the symbol name or full Image element in the right context.
@nicoreese I am not sure if this can be solved as trivial as it sounds (empty line -> Image, otherwise just the name string?) as there are probably many edge cases. But maybe they could put this feature behind a shortcut/key that has to be pressed while selecting a symbol.