Convert category¶
Inserts newline characters at wrap points in the current selection. | |
Removes newline characters at wrap points in the current selection. | |
Splits lines by inserting newline characters and removing trailing spaces. | |
Joins lines by removing newline characters and inserting spaces at the end of each line. | |
Converts the selection to all uppercase characters. | |
Converts the selection to all lowercase characters. | |
Capitalizes the first letter of each word in the selection. | |
Converts full-width characters to half-width characters. | |
Converts half-width characters to full-width characters. | |
Converts equivalent spaces to tabs. | |
Converts tabs to equivalent spaces. | |
Increases the line indent in the selection. | |
Decreases the line indent in the selection. | |
Comments out the selection or current line. | |
Removes comment marks in the selection or current line. | |
Removes leading spaces, tabs, and full-width spaces in the selection. | |
Removes trailing spaces, tabs, and full-width spaces in the selection. | |
Removes empty lines in the selection or the whole document. | |
Removes empty columns in the CSV document. | |
Reconverts the selection using an IME capable of re-conversion. | |
Formats the entire document using the Language Server Protocol. | |
Formats the selection using the Language Server Protocol. | |
Decodes the selected text from HTML/XML Character Reference. | |
Encodes the selected text to HTML/XML Numeric Character Reference. | |
Encodes the selected text to HTML Character Entity Reference. | |
Decodes the selected text from Universal Character Names. | |
Encodes the selected text to Universal Character Names. | |
Decodes the selected text from the percent-encoding to Unicode using the current encoding. | |
Encodes the selected text to the percent-encoding using the current encoding. | |
Decodes the selected text from the percent-encoding to Unicode using the UTF-8 encoding. | |
Encodes the selected text to the percent-encoding using the UTF-8 encoding. | |
Decodes the selected Base64 encoded text to plain text using the current encoding. | |
Encodes the selected plain text to the Base64 encoding using the current encoding. | |
Decodes the selected Base64 encoded text to plain text using the UTF-8 encoding. | |
Encodes the selected plain text to the Base64 encoding using the UTF-8 encoding. | |
Decodes the selected Base64 encoded text to a binary file. | |
Encodes a binary file to the Base64 encoding. | |
Apply Unicode Normalization Form C (Canonical Composition) to the selected string. | |
Apply Unicode Normalization Form D (Canonical Decomposition) to the selected string. | |
Apply Unicode Normalization Form KC (Compatibility Composition) to the selected string. | |
Apply Unicode Normalization Form KD (Compatibility Decomposition) to the selected string. |