Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Extended ActionsNew to Visual Studio Code? Get it now.
Extended Actions

Extended Actions

statiolake

|
50 installs
| (0) | Free
Additional useful actions for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Extended Actions

Additional useful commands for VS Code.

Features

Save All Without Format

Saves all dirty files without running save participants (formatters, organizers, etc.).

  • Command: File: Save All Without Format
  • Command ID: vscode-extended-actions.saveAllWithoutFormat

This is useful when you want to save all files quickly without triggering automatic formatting.

Create and Open Folder

Creates a new folder and opens it in VS Code.

  • Command: File: Create and Open New Folder
  • Command ID: vscode-extended-actions.createAndOpenFolder

This command allows you to quickly create a new folder and open it in VS Code. You can choose to open it in the current window, a new window, or add it to the current workspace.

Usage

  1. Open the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux)
  2. Type "Save All Without Format" or "Create and Open New Folder"
  3. Press Enter

You can also assign a keyboard shortcut to this command in your keybindings.json:

{
  "key": "cmd+k s",
  "command": "vscode-extended-actions.saveAllWithoutFormat"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft