A Visual Studio Code extension providing tools for working with Scripts and ExtraTables in SuperOffice.
- Authenticate with SuperOffice directly from VS Code
- Browse and view SuperOffice scripts
- Download scripts and folders
- Browse and view ExtraTables
- Ensure you have VS Code installed.
- Install the extension from the marketplace (or build locally):
- Clone this repository
- Run
pnpm installin the root directory - Launch VS Code and use
F5to start in Extension Development mode
- Use the command palette (
Ctrl+Shift+P) to access:- Authenticate with SuperOffice
- View Script Details
- Download Script
- Explore scripts and tables in the sidebar views
- Use
pnpmfor dependency management - Run
pnpm run watchfor live compilation - Main extension code is in packages/vscode-extension/src/extension.ts
Pull requests and issues are welcome! Please follow standard coding conventions and ensure all code is well-documented.
This project is licensed under the ISC License.