An open API service indexing awesome lists of open source software.

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

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