Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Sypnex-LLC/sypnex-os-vscode-extension

Repository files navigation

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. Get autocomplete for 100+ SypnexAPI methods.

App Development Guide
Apps Repository - Examples and tools

Installation

  1. Download the latest .vsix file from 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