https://github.com/jsibbold/greedy-backspace
A more aggressive version of Hungry Backspace
https://github.com/jsibbold/greedy-backspace
Last synced: 10 months ago
JSON representation
A more aggressive version of Hungry Backspace
- Host: GitHub
- URL: https://github.com/jsibbold/greedy-backspace
- Owner: jsibbold
- Created: 2019-05-16T21:39:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T22:06:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T10:14:43.464Z (over 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# greedy-backspace README
Greedy Backspace
This extension is about as basic as it gets. This is a stronger version of some of the other Hungry Backspace extensions. It eats up any whitespace, INCLUDING newline characters, until it encounters a non-whitespace character. This is closer to the functionality seen in Intellij editors.