read-only-coding icon indicating copy to clipboard operation
read-only-coding copied to clipboard

Link to specific columns within lines

Open 1ec5 opened this issue 2 years ago • 0 comments
trafficstars

GitHub’s new code viewing UI supports an alternative URL format for permalinking to specific columns within a line. For example:

https://github.com/maplibre/maplibre-native/blob/749458d6c866223c4966b0c6734b8d5cd8ad9744/platform/ios/platform/darwin/test/MLNExpressionTests.mm#LL1168C81-L1171C50

links to the range from line 1168, column 81 to line 1171, column 50.

The Open in GitHub service should use this format to reflect the more specific selection in Xcode.

1ec5 avatar May 26 '23 18:05 1ec5