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

Save and Close All

masavo

|
92 installs
| (0) | Free
Save all 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

This README is written in English and 日本語

English

Overview

This extension provides a command to save all files and close all editors.

Installation

  1. Search for "Save and Close All" in the VSCode extension marketplace and install it.
  2. Alternatively, download the vsix file and install it manually.

Usage

  1. Open the command palette (Ctrl+Shift+P).
  2. Type "Save and Close All" and execute the command.

For Developers

  1. Clone the repository.
  2. Install the necessary dependencies.
    npm install
    
  3. Build the extension.
    npx tsc
    
  4. Run in debug mode (press F5).

日本語

概要

この拡張機能は、すべてのファイルを保存し、すべてのエディタを閉じるコマンドを提供します。

インストール

  1. VSCodeの拡張機能マーケットプレイスから「Save and Close All」を検索してインストールします。
  2. または、vsixファイルをダウンロードして手動でインストールします。

使用方法

  1. コマンドパレット(Ctrl+Shift+P)を開きます。
  2. 「Save and Close All」と入力してコマンドを実行します。

開発者向け

  1. リポジトリをクローンします。
  2. 必要な依存関係をインストールします。
    npm install
    
  3. 拡張機能をビルドします。
    npx tsc
    
  4. デバッグモードで実行します(F5キーを押します)。
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft