Convert category

Insert newline characters

Inserts newline characters at wrap points in the current selection.

Remove newline characters

Removes newline characters at wrap points in the current selection.

Split Lines

Splits lines by inserting newline characters and removing trailing spaces.

Join Lines

Joins lines by removing newline characters and inserting spaces at the end of each line.

Uppercase

Converts the selection to all uppercase characters.

Lowercase

Converts the selection to all lowercase characters.

Capitalize

Capitalizes the first letter of each word in the selection.

Half-Width

Converts full-width characters to half-width characters.

Full-Width

Converts half-width characters to full-width characters.

Tabify

Converts equivalent spaces to tabs.

Untabify

Converts tabs to equivalent spaces.

Increase Line Indent

Increases the line indent in the selection.

Decrease Line Indent

Decreases the line indent in the selection.

Comment

Comments out the selection or current line.

Uncomment

Removes comment marks in the selection or current line.

Remove Leading Spaces

Removes leading spaces, tabs, and full-width spaces in the selection.

Remove Trailing Spaces

Removes trailing spaces, tabs, and full-width spaces in the selection.

Remove Empty Lines

Removes empty lines in the selection or the whole document.

Remove Empty Columns

Removes empty columns in the CSV document.

Reconvert

Reconverts the selection using an IME capable of re-conversion.

Format Document

Formats the entire document using the Language Server Protocol.

Format Selection

Formats the selection using the Language Server Protocol.

HTML/XML Character Reference to Unicode

Decodes the selected text from HTML/XML Character Reference.

Unicode to HTML/XML Numeric Character Reference

Encodes the selected text to HTML/XML Numeric Character Reference.

Unicode to HTML Character Entity Reference

Encodes the selected text to HTML Character Entity Reference.

Universal Character Names to Unicode

Decodes the selected text from Universal Character Names.

Unicode to Universal Character Names

Encodes the selected text to Universal Character Names.

Percent-encoding to Unicode (Current Encoding)

Decodes the selected text from the percent-encoding to Unicode using the current encoding.

Unicode to Percent-encoding (Current Encoding)

Encodes the selected text to the percent-encoding using the current encoding.

Percent-encoding to Unicode (UTF-8)

Decodes the selected text from the percent-encoding to Unicode using the UTF-8 encoding.

Unicode to Percent-encoding (UTF-8)

Encodes the selected text to the percent-encoding using the UTF-8 encoding.

Base64 to Plain Text (Current Encoding)

Decodes the selected Base64 encoded text to plain text using the current encoding.

Plain Text to Base64 (Current Encoding)

Encodes the selected plain text to the Base64 encoding using the current encoding.

Base64 to Plain Text (UTF-8)

Decodes the selected Base64 encoded text to plain text using the UTF-8 encoding.

Plain Text to Base64 (UTF-8)

Encodes the selected plain text to the Base64 encoding using the UTF-8 encoding.

Base64 to Binary File

Decodes the selected Base64 encoded text to a binary file.

Binary File to Base64

Encodes a binary file to the Base64 encoding.

Unicode Normalization Form C (Canonical Composition)

Apply Unicode Normalization Form C (Canonical Composition) to the selected string.

Unicode Normalization Form D (Canonical Decomposition)

Apply Unicode Normalization Form D (Canonical Decomposition) to the selected string.

Unicode Normalization Form KC (Compatibility Composition)

Apply Unicode Normalization Form KC (Compatibility Composition) to the selected string.

Unicode Normalization Form KD (Compatibility Decomposition)

Apply Unicode Normalization Form KD (Compatibility Decomposition) to the selected string.