Hello, great extension, thank you!
Very useful for code peer reviews over Slack / instant messaging, to exchange URLs whilst working locally from VSCode.
However the inverse functionality would be very useful too.
For example I would like to be able to copy such URL: https://github.com/tejanium/vscode-copy-github-permalink/blob/71ee415913b78d6a54839457cc3b3cba89eafa35/src/api/git.ts#L3-L5
|
export class Git { |
|
constructor(private cwd: string) { } |
|
|
...and to show src/api/git.ts in VSCode with the code selection line 3-5 (extracted from the URL #L3-L5).
Any thoughts?
Hello, great extension, thank you!
Very useful for code peer reviews over Slack / instant messaging, to exchange URLs whilst working locally from VSCode.
However the inverse functionality would be very useful too.
For example I would like to be able to copy such URL:
https://github.com/tejanium/vscode-copy-github-permalink/blob/71ee415913b78d6a54839457cc3b3cba89eafa35/src/api/git.ts#L3-L5vscode-copy-github-permalink/src/api/git.ts
Lines 3 to 5 in 71ee415
...and to show
src/api/git.tsin VSCode with the code selection line 3-5 (extracted from the URL#L3-L5).Any thoughts?