🚀 Ghost Stage is a lightweight VS Code extension that automatically stages files in Git as soon as they are created or saved.
No need to manually run git add in the terminal—just create or edit a file, and it will instantly appear in the staged changes of Source Control.
✨ Features
📌 Auto-stage new and modified files as soon as they are created or saved.
🖥️ Instant Git refresh, so staged files immediately appear in VS Code's Source Control.
🔔 Clear notifications when files are staged.
⚡ No setup required, just install and go.
🚀 How It Works
Install Ghost Stage.
Open a Git-tracked project in VS Code.
Create a new file or modify an existing one.
The file is automatically staged (git add).
You will see the file in Source Control (marked as A for "Added" or M for "Modified").
⚙️ Configuration
No additional configuration needed.
Works in all Git-enabled projects.
📥 Installation
Open VS Code.
Go to Extensions (Ctrl+Shift+X).
Search for "Ghost Stage" and click Install.
🛠️ Requirements
VS Code 1.85+
Git installed and available in the system path (git --version)
🤝 Contribute
Want to improve Ghost Stage? Open an issue or submit a PR on GitHub.