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
- Download the latest
.vsixfile from Releases - Open VS Code β
Ctrl+Shift+Pβ "Extensions: Install from VSIX" - Select the downloaded file and restart VS Code
- Open any JavaScript file in your Sypnex OS project
- Type
sypnexAPI.to see autocomplete suggestions - 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
Download sypnex-api-docs.md from the same release to share with AI coding assistants (Copilot, Claude, etc.) for context-aware help.
- VS Code 1.102.0 or higher
- JavaScript files only