ConnexCS Connect brings your ConnexCS platform resources directly into VS Code and Theia. Browse, edit, and manage ScriptForge scripts, Templates, Query Builders, Button Builders, Domains, Environment Variables, Key-Value Stores, and more — all from your editor.
Features
Virtual Filesystem (connexcs://) — browse project files (frontend & backend) natively in the Explorer
ScriptForge Editor — edit .js scripts with Run, Run with Vars, live console output, and endpoint URL copy
Template Editor — edit .html templates with live preview
Form Renderers — visual editors for Button Builder, Domain, Environment Variables, and Key-Value Store configs
Project Switching — switch between ConnexCS projects from the command palette
File Sync — pull remote files into your workspace
Multiple Auth Methods — OAuth2 (browser), email/password, API token
Authentication
Sign in via the command palette (Ctrl+Shift+P):
Command
Description
ConnexCS: Sign In
OAuth2 browser sign-in (recommended)
ConnexCS: Sign In with Email & Password
Credential-based login
ConnexCS: Sign In with API Token
Paste a Bearer token
Requirements
VS Code 1.80+ or Eclipse Theia
A ConnexCS account
Known Limitations
Console log streaming — currently requires session cookie authentication (Bearer token support pending backend update)
Extension Settings
This extension does not add custom settings at this time. Configuration is handled through authentication commands.
Release Notes
1.0.0
Initial release — ScriptForge, Templates, Form Renderers, virtual filesystem, multi-auth.