Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/vscode-backspace
https://github.com/microsoft/vscode-backspace
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/microsoft/vscode-backspace
- Owner: microsoft
- License: other
- Archived: true
- Created: 2015-10-02T10:29:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T14:59:59.000Z (over 6 years ago)
- Last Synced: 2024-08-01T05:24:19.826Z (3 months ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 17
- Watchers: 34
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecation Notice
Sad but true - this extension is not required anymore because VS Code alone supports smart backspace'ing.
# Backspace++
Erase spaces by multiples of the tab size. When indenting with spaces you often have to hit
backspace multiple times to unindent. This extension makes backspace always remove so many
spaces that a multiple of the tab size is left, eg from 8 spaces to 4 (when tabSize=4).![](https://raw.githubusercontent.com/Microsoft/vscode-backspace/master/resources/sample.gif)