Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 256 Bytes

File metadata and controls

13 lines (10 loc) · 256 Bytes

paste-indent README

Paste and indent where you don't have to have starting whitespace copied.

Add this to your keybindings.json:

{
	"key": "ctrl+shift+v",
	"command": "extension.paste-indent",
	"when": "editorTextFocus && !editorReadonly"
},