Github plugin support for linking to line number ranges
The ability to quickly select a range of lines in the editor and right-click to Open on Github is REALLY handy.
There's a small bug with it though where it fails to add a second 'L' to the URL so it only ever selects the first line.
Should be:
https://github.com/user/repo/blob/branch-name/path/to/asset#L30-L60
but it is:
https://github.com/user/repo/blob/branch-name/path/to/asset#L30-60
(Notice the missing 'L' at the end)
Happy to file or fix this somewhere if there is a bug-tracker of it it's open source.
Thanks!
Please sign in to leave a comment.
Hi,
It was reported as https://youtrack.jetbrains.com/issue/IDEA-143535 and was fixed in the last release.
Thanks for the heads up. We'll check it out.