less.edn
A simple VS Code extension that removes all commas from selected text.
Features
- Remove all commas from selected text with a single command
- Works with any text selection
- Simple and straightforward to use
Usage
- Select the text you want to process
- Open the command palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
- Type "Remove Commas" and select the command
- All commas will be removed from your selected text
Requirements
VS Code 1.85.0 or higher
Extension Settings
This extension does not contribute any settings yet.
Known Issues
None at this time.
Release Notes
0.0.4
- Insert newlines between vector elements.
0.0.3
- Toggle block comment for selected text.
- Add default keybindings.
0.0.2
Added line break removal functionality:
- Basic line break removal functionality
0.0.1
Initial release:
- Basic comma removal functionality
| |