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

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

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 documentation

The 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