@sideshow_boz I have 1 (one) snippet in there to pass file:line: along with XCTest helper functions.
Since I found out that Xcode does a better job auto-completing them as I type, I do actually consider putting more in there.
Do you have anything in the library?
@ctietze I like how I can bring it up with one keyboard shortcut, but the UI could be better (and syncing)…curious cuz *might* make something here, but if no one uses it, what’s the point 😂
@sideshow_boz I bet that could be handy but I forgot about it
@TheSwiftDojo yea, it feels like a feature that’s generally underused, which means Apple doesn’t have incentive to make it better (chicken and egg issue I guess)
@f yea, same, it’s real nice to bring up the snippets library with one keyboard command, but Xcode’s snippets library is also underwhelming (also syncing)…I ask because I’m tempted to do something here 🥲
@sideshow_boz what 3rd party features are you referring to?
@TheSwiftDojo oh, I meant Xcode’s snippet library feels underused
@ctietze @sideshow_boz I use it for pinning Auto Layout constraints and for test class templates.
@sideshow_boz I've tried programmatic auto layout in a project and -- this is masochism, @dasdom !!
@ctietze @sideshow_boz @dasdom yes, a code versus Storyboards discussion! Thought they were gone. We have been using PureLayout, then https://github.com/roberthein/TinyConstraints for some years now, which takes away most of the verbosity.