This Visual Studio Code extension adds accessible buttons that allow the user to indent the current line or selected lines.
- Adds two buttons to the editor: one for indenting the selected lines or current line to the right, and one for indenting the selected lines or current line to the left.
-
v1.1.0 (27-12-2022)
- The buttons are moved to the top right corner of the editor.
-
v1.0.0 (27-12-2022)
- Added two buttons to the status bar: one for indenting the selected lines or current line to the right, and one for indenting the selected lines or current line to the left.
This extension is licensed under the MIT License. See the LICENSE file for details.
- The indentation functionality is based on the VS Code Extension API.