Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Auto Indent when paste content #29494

Closed
2 tasks done
rebornix opened this issue Jun 26, 2017 · 1 comment
Closed
2 tasks done

Test: Auto Indent when paste content #29494

rebornix opened this issue Jun 26, 2017 · 1 comment

Comments

@rebornix
Copy link
Member

rebornix commented Jun 26, 2017

Testing Paste part of #28658

Complexity 2:

This feature is implemented by checking indentation rules. It means if there is no indentation rules for the language you are using, then it will not take effect.

It's similar to indentation adjustment in moving lines. A typical use case, copying several lines of content, pasting it to a block whose indentation is different from the copying part, after pasting the indentation of pasted area should adjust the indentation.

Please note that if you have editor.formatOnPaste turned on, this feature will not kick in. You'd better turn that off and then test.

@michelkaporin
Copy link
Contributor

@rebornix Great feature, thanks!

@michelkaporin michelkaporin removed their assignment Jun 27, 2017
@ramya-rao-a ramya-rao-a removed their assignment Jun 27, 2017
@michelkaporin michelkaporin reopened this Jun 28, 2017
@michelkaporin michelkaporin self-assigned this Jun 28, 2017
@michelkaporin michelkaporin removed their assignment Jun 28, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants