An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# **SuperDoc VS Code Extension**

SuperDoc Logo

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).