gazugafan / vscode-indent-on-paste

Visual Studio Code extension to re-indent pasted code to match the destination
7 stars 3 forks source link

Add paste command and prevent native paste hijack option #5

Closed gazugafan closed 4 years ago

gazugafan commented 5 years ago

Requested by @Galzor https://github.com/gazugafan/vscode-indent-on-paste/issues/3#issuecomment-489091857

Amanpeet commented 5 years ago

yes please, it will solve almost all of the issues which this plugin is facing right now.

gazugafan commented 4 years ago

A fix for the WSL problem is incoming. I've decided against adding a paste command, as you can always sidestep the extension using CTRL+SHIFT+V.