You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: