https://github.com/jacksho/ledn
VSCode plugin project for fewer unnecessary characters
https://github.com/jacksho/ledn
edn vscode-extension
Last synced: 2 months ago
JSON representation
VSCode plugin project for fewer unnecessary characters
- Host: GitHub
- URL: https://github.com/jacksho/ledn
- Owner: JackSho
- License: mit
- Created: 2024-12-24T02:25:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T01:53:29.000Z (9 months ago)
- Last Synced: 2025-06-12T03:52:00.229Z (4 months ago)
- Topics: edn, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
1. Select the text you want to process
2. Open the command palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
3. Type "Remove Commas" and select the command
4. 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