https://github.com/sypnex-llc/sypnex-os-vscode-extension
🚀 Official VS Code Extension for Sypnex OS App Development → https://github.com/Sypnex-LLC/sypnex-os-apps
https://github.com/sypnex-llc/sypnex-os-vscode-extension
api-support autocomplete code-completion developer-tools extension intellisense javascript open-source productivity sypnex-os vscode-extension web-development
Last synced: about 2 months ago
JSON representation
🚀 Official VS Code Extension for Sypnex OS App Development → https://github.com/Sypnex-LLC/sypnex-os-apps
- Host: GitHub
- URL: https://github.com/sypnex-llc/sypnex-os-vscode-extension
- Owner: Sypnex-LLC
- License: mit
- Created: 2025-07-22T14:39:33.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-08-18T11:57:23.000Z (about 2 months ago)
- Last Synced: 2025-08-18T23:02:52.182Z (about 2 months ago)
- Topics: api-support, autocomplete, code-completion, developer-tools, extension, intellisense, javascript, open-source, productivity, sypnex-os, vscode-extension, web-development
- Language: JavaScript
- Homepage: https://sypnexos.com
- Size: 299 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sypnex OS API Support
VS Code extension that provides IntelliSense and autocomplete support for the Sypnex OS API.
This extension provides intelligent code completion for developers building applications on [Sypnex OS](https://github.com/Sypnex-LLC/sypnex-os). Get autocomplete for 100+ SypnexAPI methods.
**[App Development Guide](https://github.com/Sypnex-LLC/sypnex-os-apps/blob/master/USER_APP_DEVELOPMENT_GUIDE.md)**
**[Apps Repository](https://github.com/Sypnex-LLC/sypnex-os-apps)** - Examples and tools## Installation
1. Download the latest `.vsix` file from [Releases](https://github.com/Sypnex-LLC/sypnex-os-vscode-extension/releases)
2. Open VS Code → `Ctrl+Shift+P` → "Extensions: Install from VSIX"
3. Select the downloaded file and restart VS Code## Usage
1. Open any JavaScript file in your Sypnex OS project
2. Type `sypnexAPI.` to see autocomplete suggestions
3. Hover over methods for documentationThe extension provides:
- **Autocomplete**: All available SypnexAPI methods
- **Method signatures**: Parameter types and return values
- **Hover documentation**: Method descriptions
- **100+ API methods**: Complete Sypnex OS API coverage## AI Assistant Integration
Download `sypnex-api-docs.md` from the same release to share with AI coding assistants (Copilot, Claude, etc.) for context-aware help.
## Requirements
- VS Code 1.102.0 or higher
- JavaScript files only