vscode-copy-github-url
vscode-copy-github-url copied to clipboard
Copy GitHub URL vscode extension
Copy GitHub URL
Copy a GitHub URL of your current file location to the clipboard.
Usage: Ctrl+L C
Example: https://github.com/differentmatt/vscode-copy-github-url/blob/example-branch/extension.js#L4
Copy GitHub URL Permanent
Copy a GitHub Permanent URL of your current file location to the clipboard.
Usage: Ctrl+Shift+L C
Example: https://github.com/differentmatt/vscode-copy-github-url/blob/c49dae32/extension.js#L4
Copy GitHub URL Default Branch
Copy a GitHub default branch URL of your current file location to the clipboard.
Usage: Ctrl+Shift+L M
Example: https://github.com/differentmatt/vscode-copy-github-url/blob/master/extension.js#L4
Install
- Within Visual Studio Code, open the command palette (
Ctrl-Shift-P/Cmd-Shift-P) - Type
install extensionand search forcopy github url