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
We received a bunch of feature requests for Sublime and Atom commands, which are tracked in #3776 and #14316. Now we added 4 of them this sprint.
Join Lines
Verify
If there is no trailing spaces in the first line, the leading spaces/tabs will be removed when we run Join Lines (ctrl+j). Besides, we'll put a single cursor between the content of first and second line, and the final cursor will be after the added single space.
If there are trailing spaces in the first line, they will be removed when we run Join Lines.
Select several lines, run Join Lines, make sure there are only one single space between the content of selected lines. Besides, the start or end of the selection doesn't change (means they are still on the same character).
Transpose
We follow Sublime 3's behavior
Setup
We don't assign keybindings for this command as the one ppl use in Sublime is already taken in Code by other commands. Add below config or whatever you like to your settings file.
We can not transpose when the cursor is at the end of the line
When the cursor is at the beginning of a line and the content of current line is not empty, running Transpose will just move the cursor to column 2 (1 based).
Upper/Lower Case
Setup
We don't assign keybindings for this command as the one ppl use in Sublime is already taken in Code by other commands. Add below config or whatever you like to your settings file.
Test #15787
Complexity 4
Overview
We received a bunch of feature requests for Sublime and Atom commands, which are tracked in #3776 and #14316. Now we added 4 of them this sprint.
Join Lines
Verify
Transpose
We follow Sublime 3's behavior
Setup
Verify
Upper/Lower Case
Setup
Verify
Please note that the boundary of a word is determined by the language mode.
The text was updated successfully, but these errors were encountered: