R.swift
R.swift copied to clipboard
Linking to resources
Wondering if it is possible to link to assets/locations within a file in Xcode. Would be nice if it's easy to jump from the R.generated.swift
to the resource mentioned there. Especially with strings I experience that I'm often are searching where the string exactly is defined, but would also be useful for other resources.
Seems not to be possible to link, but still think it's useful to generate SwiftDoc like this (at least for strings):
/// - See also: Auth.strings:13
That makes it easier to jump to the right file + line with Cmd+Shift+O