An open API service indexing awesome lists of open source software.

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

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