VS Code/Cursor extension for indenting and outdenting selected code by 1-4 tab levels.
- Indent/outdent selected code by 1, 2, 3, or 4 tab levels
- Right-click context menu integration
- Command palette support
- Respects editor tab/space settings
- Preserves existing formatting
- Select code
- Right-click → choose indentation level:
- Indent Selection 1-4 Tabs
- Outdent Selection 1-4 Tabs
- Select code
Ctrl+Shift+P→ type "Dent" → choose command
Ctrl+Shift+P→ "Extensions: Install from VSIX"- Select downloaded
.vsixfile
git clone [repo]
cd dent
npm install
F5 # Run in development modedent.indent1-4: Indent Selection 1-4 Tabsdent.outdent1-4: Outdent Selection 1-4 Tabs
Uses your editor settings:
- Tab size (File → Preferences → Settings → "tab size")
- Spaces vs tabs (Editor: Insert Spaces)
Set custom shortcuts in File → Preferences → Keyboard Shortcuts:
- Search "Dent"
- Assign key combinations
- VS Code 1.60.0+
- Cursor (all versions)
MIT