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

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

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