https://github.com/usernamehw/vscode-indent-one-space
Move code left or right with a distance of one whitespace.
https://github.com/usernamehw/vscode-indent-one-space
indentation vscode-extension
Last synced: 4 months ago
JSON representation
Move code left or right with a distance of one whitespace.
- Host: GitHub
- URL: https://github.com/usernamehw/vscode-indent-one-space
- Owner: usernamehw
- License: mit
- Created: 2017-11-09T14:16:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T17:08:37.000Z (about 1 year ago)
- Last Synced: 2025-03-18T11:52:02.740Z (4 months ago)
- Topics: indentation, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=usernamehw.indent-one-space
- Size: 1.34 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=usernamehw.indent-one-space)
[](https://marketplace.visualstudio.com/items?itemName=usernamehw.indent-one-space)
[](https://marketplace.visualstudio.com/items?itemName=usernamehw.indent-one-space)## Features
You can move selected code left or right with the Spacebar key.

## Settings
```javascript
"indentOneSpace.workOnSingleLine": true,// Even if 1 character on 1 line is selected - the command will work.
"indentOneSpace.cramReversed": true,// Outdent lines even if one of them has reached column 0 (gutter).
"indentOneSpace.onlyCompleteRange": false,// Indent works only when selection has nothing or whitespace characters on the sides
```## Commands
* **extension.indentOneSpace** default keybinding Space
* **extension.reverseIndentOneSpace** default keybinding Shift+Space