Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkou47/code-share
ALL-IN-ONE code share extension. Inspired by Github code share link.
https://github.com/mrkou47/code-share
github vscode vscode-extension
Last synced: about 2 months ago
JSON representation
ALL-IN-ONE code share extension. Inspired by Github code share link.
- Host: GitHub
- URL: https://github.com/mrkou47/code-share
- Owner: MrKou47
- Created: 2022-03-17T07:06:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T03:11:31.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T23:07:44.153Z (3 months ago)
- Topics: github, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# code-share
ALL-IN-ONE code share extension. Inspired by Github code share link.
## Features
- Generate link with line number
- Generate unique CodeShare snippets
- Auto clone repositry[WIP]
- Auto open workspace and file[WIP]
- Auto jump to the current line number/block[WIP]### Generate link with line number
1. Select code in your editor. You can select single line code or a range of code
2. `cmd+shift+p`, enter `CodeShare: Generate link`. And then the link will be copied.
3. Open your brower, paste on the address bar.### Vscode keyboard shortcuts config
I usually use `cmd+k g` to call _code-share_.
**vscode keybindings.json**
```json
{
"key": "cmd+k g",
"command": "code-share.genLink"
}
```## Requirements
None.
## Known Issues
https://github.com/MrKou47/code-share/issues## Release Notes
### 0.0.1
First release
### 0.0.2
- Add right click menu
### 0.0.6
- Add BitBucket support