R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Linking to resources

Open mac-cain13 opened this issue 5 years ago • 1 comments

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.

mac-cain13 avatar Apr 01 '19 11:04 mac-cain13

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

mac-cain13 avatar Apr 06 '19 12:04 mac-cain13