https://github.com/tjx666/vscode-clipboard-master
VSCode Copy/Paste Enhancer
https://github.com/tjx666/vscode-clipboard-master
Last synced: 27 days ago
JSON representation
VSCode Copy/Paste Enhancer
- Host: GitHub
- URL: https://github.com/tjx666/vscode-clipboard-master
- Owner: tjx666
- License: other
- Created: 2023-01-28T12:50:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T16:50:12.000Z (about 2 years ago)
- Last Synced: 2025-03-29T22:34:48.129Z (28 days ago)
- Language: TypeScript
- Homepage:
- Size: 338 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode extension boilerplate
 [](http://makeapullrequest.com) [](http://isitmaintained.com/project/tjx666/vscode-clipboard-master) [](https://github.com/996icu/996.ICU/blob/master/LICENSE)
## Features
- multiple copy and paste
- copy with line number
- copy text without syntax
- smart copy
- copy as markdown code block### multiple copy and paste
I just migrate code from [Multiple clipboards for VSCode](https://github.com/stef-levesque/vscode-multiclip) and make some optimizations
### copy with line number
You can use command: `Clipboard Master: copy with line number` to copy some content with line number.

### copy text without syntax
You can use command: `Clipboard Master: copy text without syntax` to copy selected text without syntax.
### smart copy
with command `Clipboard Master: Smart Copy`, you can:
- copy without syntax
- auto correct indent because some external editor can't deal with indent of paste code correctly### copy as markdown code block
with command `Clipboard Master: Copy as Markdown Code Block`, you can:
- copy without syntax
- auto correct indent because some external editor can't deal with indent of paste code correctly
- detect the code language
- wrap code with markdown code block syntax