Post

Replies

Boosts

Views

Activity

Reply to Xcode 13 vim mode documentation?
Putting in a vote for gd, to jump to definition ❤️
Replies
Boosts
Views
Activity
Sep ’21
Reply to Xcode's Vim Mode - further development?
I'm still constantly tapping gd to try to jump to definition. That one at least seems like it should be trivial to add.
Replies
Boosts
Views
Activity
Jun ’22
Reply to Define Array of protocol which conforms to Identifiable
For the use case of SwiftUI ForEach, you can work around the limitation by using explicit id param. ForEach(problematicArray, id: \.id) { entry in ... } Edit: Or perhaps not. It no longer errors in Xcode (14.1), but the compiler dies when attempting to build. Oops.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22