vscode-paste-and-indent icon indicating copy to clipboard operation
vscode-paste-and-indent copied to clipboard

Paste and Indent functionality for VSCode

Results 8 vscode-paste-and-indent issues
Sort by recently updated
recently updated
newest added

This no longer works since the release of VS code 1.79 https://github.com/microsoft/vscode/issues/187243

I read in the README that the command is not available in the command pallette. I'm wondering why that is the case. I love using small extensions like this on...

Thank you for a great plugin, I use it much. But on my latest VS Code it stops working very often. I use default keybindings from install manual: ``` {...

When I use the suggested command in the JSON file for keyboard shortcuts, the command `pasteAndIndent.action` isn't being recognized but I have the extension installed. ![image](https://user-images.githubusercontent.com/12269792/55263204-39a3d900-523e-11e9-8eee-50e1c1319f9e.png) I am using macOS...

I copied a block of code with 4-spaces per indentation level like this: ```sh # 4 spaces indentation when copying function code { if [[ $# = 0 ]] then...

DocBlock comments as used in many languages of the following form ```js /** * ... */ ``` are regularly killed by Paste and Indent (because the 1 space indentation is...

Step to reproduce: 1. Copy **at least 2 lines without any indentation** 2. Paste&Indent them on a **indented with `n` spaces** 3. The pasted text is well indented, but has...