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
@weinand can you help provide more info about the behavior of Sublime Text? From what I see, both Code and Sublime do nothing when the cursor is at the end of the line
Maybe I know how to find the issue, if there are trailing spaces after the last nonwhitespace character, sublime text does nothing when the cursor is between the last nonwhitespace char and the space. However here we are still transposing.
I don't know why Sublime Text does it this way as I don't see any reason that the trailing spaces are special. Besides, Sublime Text 2 and Sublime Text 3 are doing Transpose differently. I'd like to keep it this way first and see more people's feedback :)
@rebornix You tried transpose at the "end of the text".
What I meant was: when there is another line following, then transpose at the end of a line continues on the next line.
while testing #16545:
VS Code's 'transpose' command doesn't work at end of the line. This behaviour differs from Sublime.
The text was updated successfully, but these errors were encountered: