Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Custom UI CommandsNew to Visual Studio Code? Get it now.
Custom UI Commands

Custom UI Commands

Or Fadida

| (0) | Free
This extension exposes specialized, efficient editor and UI utility commands.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Custom UI Commands

Custom UI Commands is a lightweight Visual Studio Code extension designed to streamline your workflow by introducing specialized, efficient editor and UI utility commands.

Features

Advanced Code Folding Utilities (v1.0.0)

  • Absolute Folding (Levels 1–7): Instantly fold your document to a specific structural depth from the top down, ignoring cursor placement.
  • Absolute Recursive Folding (Levels 1–7): Progressively collapse nested blocks from level 7 down to your target level, ensuring inner child blocks remain properly hidden.

(More utility and workflow commands coming in future updates!)

Default Keybindings

Category Command Keybinding Command ID When
Absolute Fold Absolute Fold Level [1-7] Ctrl+Alt+[1-7] customUiCommands.absoluteFoldLevel[1-7] editorTextFocus && foldingEnabled
Absolute Recursive Fold Absolute Recursive Fold Level [1-7] Ctrl+K Ctrl+Alt+[1-7] customUiCommands.absoluteRecursiveFoldLevel[1-7] editorTextFocus && foldingEnabled

Requirements

  • VS Code 1.74.0 or newer.
  • Folding enabled in your workspace or user settings (editor.folding: true).

Repository

GitHub repository

License

MIT.
See LICENSE for details.

Author

  • Name: Or Fadida
  • Email: or@fadida.net
  • GitHub: orfadida2000
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft