Text Edits for VS Code
This extension provides simple text edit commands for VS Code.
Text Edit commands
This extension's commands can either be invoked via the command palette (F1 or Ctrl+Shift+P), or via
the editor context menu when text is selected.
- To Upper Case:
- Convert the current selection(s) to upper case.
- To Lower Case:
- Convert the current selection(s) to lower case.
- Remove Whitespace:
- Remove the whitespace (excluding newlines) of the current selection(s).
| |