https://github.com/pardeike/vscode-copyselectionwithminimalindention
Copies text and strips common prefixed whitespace from it so you can paste it nicely into a chat/forum
https://github.com/pardeike/vscode-copyselectionwithminimalindention
Last synced: about 2 months ago
JSON representation
Copies text and strips common prefixed whitespace from it so you can paste it nicely into a chat/forum
- Host: GitHub
- URL: https://github.com/pardeike/vscode-copyselectionwithminimalindention
- Owner: pardeike
- License: mit
- Created: 2020-03-22T11:50:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T19:04:32.000Z (4 months ago)
- Last Synced: 2025-02-13T20:43:19.644Z (4 months ago)
- Language: TypeScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Copy Selection With Minimal Indention README
## Features
This extension allows you to copy part of your source code in a way that allows you to paste it nicely into a chat message or a forum. It will strip away any common prefixed whitespace/characters and works with disjoined selections. Simply use instead of a normal copy selection command.
https://user-images.githubusercontent.com/853584/154353285-8635ec42-b73e-443a-9d91-cee218e1d868.mp4
## Release Notes### 1.0.2
Updates dependencies and cleaned up unused stuff
### 1.0.1
Added a second command that surrounds the copied lines with triple backticks and language id
### 1.0.0
Initial release