Text EditA VS Code extension that allows you to format text directly in the editor. Install
UsageThe extension is located in the status bar, you must click on it to use the options in the drop-down menu. FunctionsChange to UppercaseConvert the selected text to uppercase. Change to LowercaseConvert the selected text to lowercase. Remove SpacesRemove whitespace from the beginning and end of the selected text. Sort AlphabeticallySort the selected lines alphabetically based on their first character. Reverse CharactersReverse the order of characters in the selected text. Copy to ClipboardCopy the selected text to the system clipboard. Regex MatchTest selected text against a regular expression and display the result in the console. Show ClipboardDisplay the current clipboard content. Add Bullet PointInsert a bullet at the beginning of each selected text. Cut and MergeRemove the selected fragments and merge the surrounding text into a single block. Insert TextReplace the selected text with new content. Center LeftAlign text to the nearest selected character from the left. This only works if there is a space or other white space in the selected text at that position. Center RightAlign the text to the nearest selected character from the right. Center to the CenterAlign text to the center of the selected range. This only works if the remaining text to the left ends in a space. ConnectCombine all selected text fragments into a single block up to the first selection. MarkVisually mark the selected text or lines. Remove the MarkingsRemove all visual markings. OccurrenceDisplay the number of times the selected text appears within the entire selection. Reverse LinesReverse the order of the selected lines. Duplicate LinesDuplicate the selected lines and insert them after the original selection. Remove Blank LinesRemove empty lines within the selected selection. SupportIf you encounter any problems, please use the official bug report form: https://docs.google.com/forms/d/e/1FAIpQLSeYlQi4EkBVSv_3Ghd7IhCjkrz9F-T7KgtfoeR3P6ZVLin-KA/viewform?usp=dialog LicenseThis project is available under the MIT License. |