https://github.com/pardeike/vs-copywithminindent
Visual Studio Extension to copy the selection with minimal indention
https://github.com/pardeike/vs-copywithminindent
Last synced: 2 months ago
JSON representation
Visual Studio Extension to copy the selection with minimal indention
- Host: GitHub
- URL: https://github.com/pardeike/vs-copywithminindent
- Owner: pardeike
- License: mit
- Created: 2020-03-22T23:49:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T22:47:45.000Z (over 3 years ago)
- Last Synced: 2025-02-13T20:43:19.894Z (4 months ago)
- Language: C#
- Size: 189 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
To copy a selection to the clipboard, use the "Copy Selection With Minimal Indention" in the Tools menu. Holding the SHIFT key will surround the copied text with triple backticks that match the files content type.
## Release Notes
### 1.0.1
Minor updates
### 1.0.0
Initial release