Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Save and Close All EditorsNew to Visual Studio Code? Get it now.
Save and Close All Editors

Save and Close All Editors

Taptic

|
4 installs
| (1) | Free
Quickly save all open files and close all editors with a single command
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Save and Close All Editors

A simple VS Code extension that saves all open files and closes all editors with a single command.

Features

  • Save all open files in one action
  • Close all open editors simultaneously
  • Available in Command Palette
  • Accessible via editor title bar button
  • Available in File menu
  • Default keybinding: Ctrl+Shift+W (Windows/Linux) or Cmd+Shift+W (Mac)

Installation

Install from the VS Code Marketplace or build from source.

Usage

Command Palette

  1. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac)
  2. Type "Save and Close All Editors"
  3. Press Enter

Keybinding

  • Windows/Linux: Ctrl+Shift+W
  • Mac: Cmd+Shift+W

Menu Access

  • Click the save icon in the editor title bar
  • Use File menu > "Save and Close All Editors"

Development Setup

  1. Install Node.js from https://nodejs.org
  2. Install VSCE: npm install -g vsce
  3. Clone/download this repository
  4. Run npm install in the project directory
  5. Run npm run compile to build

Publishing

  1. Create publisher account at Visual Studio Marketplace
  2. Get Personal Access Token from Azure DevOps
  3. Login: vsce login your-publisher-name
  4. Publish: vsce publish

Requirements

VS Code 1.74.0 or higher

Release Notes

1.0.0

Initial release with save and close all functionality.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft