Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>StanzaSaveTypingNew to Visual Studio Code? Get it now.
StanzaSaveTyping

StanzaSaveTyping

Psychobarge

| (0) | Free
Automatically save the file after a delay.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

StanzaSaveTyping

Visual Studio Marketplace Version Build Status TypeScript License: MIT Changelog

VS Code / Cursor extension that automatically saves your files after a specified delay when you stop typing. This improves your workflow by keeping your files up to date seamlessly without manual saves, and helps prevent data loss.

Features

  • Automatic Saving — Saves the active document automatically after you finish typing.
  • Customizable Delay — Choose exactly how long the extension should wait after your last keystroke before saving the file.

Requirements

Any IDE based on VS Code:

  • VS Code
  • Cursor
  • Antigravity
  • Windsurf
  • Trae
  • Others not tested but it should work on all VS Code based IDEs

Installation

From the marketplace

  1. Open VS Code or Cursor.
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X).
  3. Search for StanzaSaveTyping.
  4. Click Install.

Via VSIX if you cannot see the extension

If the extension does not appear in the marketplace, install it from a VSIX file:

  1. Generate the VSIX (from the project root):

    npm install
    npm run compile
    npx vsce package
    

    This creates a file like stanza-save-typing-0.0.1.vsix.

  2. Install the VSIX :

    • Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
    • Run Extensions: Install from VSIX....
    • Select the generated .vsix file.

Configuration

Setting Type Default Description
stanzaSaveTyping.delay number 750 The delay in milliseconds after the last keystroke before saving the file.

Development

# Clone the repository
git clone https://github.com/psychobarge/StanzaSaveTyping.git
cd StanzaSaveTyping

# Install dependencies
npm install

# Compile
npm run compile   # or npm run watch for watch mode

# Run tests
npm test          # or npm run test:watch for watch mode

To test the extension visually, press F5 in VS Code / Cursor to launch the Extension Development Host.

License

MIT © psychobarge

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