vscode-githubinator icon indicating copy to clipboard operation
vscode-githubinator copied to clipboard

:honeybee: VSCode plugin to quickly open files on Github and other providers. View Git blame information, copy permalinks and more.

Results 4 vscode-githubinator issues
Sort by recently updated
recently updated
newest added

Like https://github.com/kawamataryo/copy-git-link for JetBrains, it would be nice if there would be an option to generate markdown that looks like this (code snippet included if text is selected): [/somepackage/SomeClass.java#L42-L44](https://github.com/huyz/myrepo/blob/67b33efca188/somepackage/SomeClass.java#L42-L44) ```java...

enhancement

This code breaks on ``` ssh://[email protected]/acme/app.git ```

![Screen Shot 2021-05-04 at 4 43 37 PM](https://user-images.githubusercontent.com/7340772/117067338-e394a000-acf7-11eb-9251-9e28e2f61216.png) Reproduce: 1. open a file 2. delete file 3. use open PR command 4. error!

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...