https://github.com/superdoc-dev/vscode-extension
SuperDoc in VS Code
https://github.com/superdoc-dev/vscode-extension
Last synced: 2 months ago
JSON representation
SuperDoc in VS Code
- Host: GitHub
- URL: https://github.com/superdoc-dev/vscode-extension
- Owner: superdoc-dev
- License: agpl-3.0
- Created: 2026-01-15T17:14:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-01-16T19:56:37.000Z (2 months ago)
- Last Synced: 2026-01-21T02:23:22.101Z (2 months ago)
- Language: JavaScript
- Homepage: https://superdoc.dev/
- Size: 144 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **SuperDoc VS Code Extension**

Edit and view DOCX files inside Visual Studio Code with [SuperDoc](https://github.com/superdoc-dev/superdoc).
## **Features**
- **Edit DOCX in VS Code** - Keep your code and documents open side-by-side
- **Live reload** - When an AI agent or external process modifies your file, your document automatically refreshes
- **Auto-save** - Changes are saved as you type
## **Usage**
Once installed, any `.docx` file you open will automatically use SuperDoc. Just open a file and start editing.
## **Install**
To be notified when live on Marketplace, star this repository.
Want it now? You can clone the repo and run it from source.
```
npm install
npm run compile
```
Then press `F5` in VS Code to launch a development window.
## **License**
This project is licensed under the GNU Affero General Public License version 3.0 (AGPLv3). See the full license at [gnu.org/licenses/agpl-3.0](https://www.gnu.org/licenses/agpl-3.0.en.html).