Visual Studio Code extension to copy lines of text without the initial indent.
It preserves the indentation of the block, but without the initial indentation.
Therfore, if you had the following json:
You then highlighted a bunch of lines like:
And hit Shift+⌘+C or Ctrl+Shift+C and then pasted the clipboard into a new document, it would look like:
It copies the selected lines (including the initial part of the first line and the full last line), but without the initial indentation.
- Adds the ability to copy lines/blocks of text without the initial indent, but with all other indentation
- Accessible from the right-click context menu or these keyboard shortcuts:
- Linux/Windows: Ctrl+Shift+C
- Mac: Shift+⌘+C
- It will ignore initial lines without text
- Add Icon
- Add better description in README and demo images.
- Fix to copy full last line, even if it wasn't fully selected.
- Allow to be used with older versions of vscode
- Initial release of copy-without-indent